|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.DBSubnetGroup
public class DBSubnetGroup
Contains the result of a successful invocation of the following actions:
This data type is used as a response element in the DescribeDBSubnetGroups action.
Constructor Summary | |
---|---|
DBSubnetGroup()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBSubnetGroup()
Method Detail |
---|
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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |