Contains the result of a successful invocation of the following actions:

This data type is used as a response element in the DescribeDBSubnetGroups action.

示例#1
0
 /// <summary>
 /// Sets the DBSubnetGroup property
 /// </summary>
 /// <param name="dBSubnetGroup">The value to set for the DBSubnetGroup property </param>
 /// <returns>this instance</returns>
 public DBInstance WithDBSubnetGroup(DBSubnetGroup dBSubnetGroup)
 {
     this.dBSubnetGroup = dBSubnetGroup;
     return(this);
 }
示例#2
0
 /// <summary>
 /// Sets the DBSubnetGroup property
 /// </summary>
 /// <param name="dBSubnetGroup">The value to set for the DBSubnetGroup property </param>
 /// <returns>this instance</returns>
 public DBInstance WithDBSubnetGroup(DBSubnetGroup dBSubnetGroup)
 {
     this.dBSubnetGroup = dBSubnetGroup;
     return this;
 }