public class DBSubnetGroup
extends java.lang.Object
implements java.io.Serializable
Contains the result of a successful invocation of the following actions:
This data type is used as a response element in the DescribeDBSubnetGroups action.
| コンストラクタと説明 |
|---|
DBSubnetGroup() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDBSubnetGroupDescription()
Provides the description of the DB Subnet Group.
|
java.lang.String |
getDBSubnetGroupName()
Specifies the name of the DB Subnet Group.
|
java.lang.String |
getSubnetGroupStatus()
Provides the status of the DB Subnet Group.
|
java.util.List<Subnet> |
getSubnets()
Contains a list of Subnet elements.
|
java.lang.String |
getVpcId()
Provides the VpcId of the DB Subnet Group.
|
int |
hashCode() |
void |
setDBSubnetGroupDescription(java.lang.String dBSubnetGroupDescription)
Provides the description of the DB Subnet Group.
|
void |
setDBSubnetGroupName(java.lang.String dBSubnetGroupName)
Specifies the name of the DB Subnet Group.
|
void |
setSubnetGroupStatus(java.lang.String subnetGroupStatus)
Provides the status of the DB Subnet Group.
|
void |
setSubnets(java.util.Collection<Subnet> subnets)
Contains a list of Subnet elements.
|
void |
setVpcId(java.lang.String vpcId)
Provides the VpcId of the DB Subnet Group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DBSubnetGroup |
withDBSubnetGroupDescription(java.lang.String dBSubnetGroupDescription)
Provides the description of the DB Subnet Group.
|
DBSubnetGroup |
withDBSubnetGroupName(java.lang.String dBSubnetGroupName)
Specifies the name of the DB Subnet Group.
|
DBSubnetGroup |
withSubnetGroupStatus(java.lang.String subnetGroupStatus)
Provides the status of the DB Subnet Group.
|
DBSubnetGroup |
withSubnets(java.util.Collection<Subnet> subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup |
withSubnets(Subnet... subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup |
withVpcId(java.lang.String vpcId)
Provides the VpcId of the DB Subnet Group.
|
public java.lang.String getDBSubnetGroupName()
public void setDBSubnetGroupName(java.lang.String dBSubnetGroupName)
dBSubnetGroupName - Specifies the name of the DB Subnet Group.public DBSubnetGroup withDBSubnetGroupName(java.lang.String dBSubnetGroupName)
Returns a reference to this object so that method calls can be chained together.
dBSubnetGroupName - Specifies the name of the DB Subnet Group.public java.lang.String getDBSubnetGroupDescription()
public void setDBSubnetGroupDescription(java.lang.String dBSubnetGroupDescription)
dBSubnetGroupDescription - Provides the description of the DB Subnet Group.public DBSubnetGroup withDBSubnetGroupDescription(java.lang.String dBSubnetGroupDescription)
Returns a reference to this object so that method calls can be chained together.
dBSubnetGroupDescription - Provides the description of the DB Subnet Group.public java.lang.String getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId - Provides the VpcId of the DB Subnet Group.public DBSubnetGroup withVpcId(java.lang.String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - Provides the VpcId of the DB Subnet Group.public java.lang.String getSubnetGroupStatus()
public void setSubnetGroupStatus(java.lang.String subnetGroupStatus)
subnetGroupStatus - Provides the status of the DB Subnet Group.public DBSubnetGroup withSubnetGroupStatus(java.lang.String subnetGroupStatus)
Returns a reference to this object so that method calls can be chained together.
subnetGroupStatus - Provides the status of the DB Subnet Group.public java.util.List<Subnet> getSubnets()
public void setSubnets(java.util.Collection<Subnet> subnets)
subnets - Contains a list of Subnet elements.public DBSubnetGroup withSubnets(Subnet... subnets)
Returns a reference to this object so that method calls can be chained together.
subnets - Contains a list of Subnet elements.public DBSubnetGroup withSubnets(java.util.Collection<Subnet> subnets)
Returns a reference to this object so that method calls can be chained together.
subnets - Contains a list of Subnet elements.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object