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

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

Exemplo n.º 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);
 }
Exemplo n.º 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;
 }