|
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.DBSecurityGroup
public class DBSecurityGroup
Contains the result of a successful invocation of the following actions:
This data type is used as a response element in the DescribeDBSecurityGroups action.
Constructor Summary | |
---|---|
DBSecurityGroup()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDBSecurityGroupDescription()
Provides the description of the DB Security Group. |
String |
getDBSecurityGroupName()
Specifies the name of the DB Security Group. |
List<EC2SecurityGroup> |
getEC2SecurityGroups()
Contains a list of EC2SecurityGroup elements. |
List<IPRange> |
getIPRanges()
Contains a list of IPRange elements. |
String |
getOwnerId()
Provides the AWS ID of the owner of a specific DB Security Group. |
String |
getVpcId()
Provides the VpcId of the DB Security Group. |
int |
hashCode()
|
void |
setDBSecurityGroupDescription(String dBSecurityGroupDescription)
Provides the description of the DB Security Group. |
void |
setDBSecurityGroupName(String dBSecurityGroupName)
Specifies the name of the DB Security Group. |
void |
setEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
Contains a list of EC2SecurityGroup elements. |
void |
setIPRanges(Collection<IPRange> iPRanges)
Contains a list of IPRange elements. |
void |
setOwnerId(String ownerId)
Provides the AWS ID of the owner of a specific DB Security Group. |
void |
setVpcId(String vpcId)
Provides the VpcId of the DB Security Group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DBSecurityGroup |
withDBSecurityGroupDescription(String dBSecurityGroupDescription)
Provides the description of the DB Security Group. |
DBSecurityGroup |
withDBSecurityGroupName(String dBSecurityGroupName)
Specifies the name of the DB Security Group. |
DBSecurityGroup |
withEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
Contains a list of EC2SecurityGroup elements. |
DBSecurityGroup |
withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
Contains a list of EC2SecurityGroup elements. |
DBSecurityGroup |
withIPRanges(Collection<IPRange> iPRanges)
Contains a list of IPRange elements. |
DBSecurityGroup |
withIPRanges(IPRange... iPRanges)
Contains a list of IPRange elements. |
DBSecurityGroup |
withOwnerId(String ownerId)
Provides the AWS ID of the owner of a specific DB Security Group. |
DBSecurityGroup |
withVpcId(String vpcId)
Provides the VpcId of the DB Security Group. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBSecurityGroup()
Method Detail |
---|
public String getOwnerId()
public void setOwnerId(String ownerId)
ownerId
- Provides the AWS ID of the owner of a specific DB Security Group.public DBSecurityGroup withOwnerId(String ownerId)
Returns a reference to this object so that method calls can be chained together.
ownerId
- Provides the AWS ID of the owner of a specific DB Security Group.
public String getDBSecurityGroupName()
public void setDBSecurityGroupName(String dBSecurityGroupName)
dBSecurityGroupName
- Specifies the name of the DB Security Group.public DBSecurityGroup withDBSecurityGroupName(String dBSecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
dBSecurityGroupName
- Specifies the name of the DB Security Group.
public String getDBSecurityGroupDescription()
public void setDBSecurityGroupDescription(String dBSecurityGroupDescription)
dBSecurityGroupDescription
- Provides the description of the DB Security Group.public DBSecurityGroup withDBSecurityGroupDescription(String dBSecurityGroupDescription)
Returns a reference to this object so that method calls can be chained together.
dBSecurityGroupDescription
- Provides the description of the DB Security Group.
public String getVpcId()
public void setVpcId(String vpcId)
vpcId
- Provides the VpcId of the DB Security Group.public DBSecurityGroup withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId
- Provides the VpcId of the DB Security Group.
public List<EC2SecurityGroup> getEC2SecurityGroups()
public void setEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
eC2SecurityGroups
- Contains a list of EC2SecurityGroup elements.public DBSecurityGroup withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroups
- Contains a list of EC2SecurityGroup elements.
public DBSecurityGroup withEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroups
- Contains a list of EC2SecurityGroup elements.
public List<IPRange> getIPRanges()
public void setIPRanges(Collection<IPRange> iPRanges)
iPRanges
- Contains a list of IPRange elements.public DBSecurityGroup withIPRanges(IPRange... iPRanges)
Returns a reference to this object so that method calls can be chained together.
iPRanges
- Contains a list of IPRange elements.
public DBSecurityGroup withIPRanges(Collection<IPRange> iPRanges)
Returns a reference to this object so that method calls can be chained together.
iPRanges
- Contains a list of IPRange elements.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |