@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRdsDbInstanceVpcSecurityGroup extends Object implements Serializable, Cloneable, StructuredPojo
A VPC security groups that the DB instance belongs to.
| Constructor and Description |
|---|
AwsRdsDbInstanceVpcSecurityGroup() |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbInstanceVpcSecurityGroup |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the VPC security group.
|
String |
getVpcSecurityGroupId()
The name of the VPC security group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatus(String status)
The status of the VPC security group.
|
void |
setVpcSecurityGroupId(String vpcSecurityGroupId)
The name of the VPC security group.
|
String |
toString()
Returns a string representation of this object.
|
AwsRdsDbInstanceVpcSecurityGroup |
withStatus(String status)
The status of the VPC security group.
|
AwsRdsDbInstanceVpcSecurityGroup |
withVpcSecurityGroupId(String vpcSecurityGroupId)
The name of the VPC security group.
|
public void setVpcSecurityGroupId(String vpcSecurityGroupId)
The name of the VPC security group.
vpcSecurityGroupId - The name of the VPC security group.public String getVpcSecurityGroupId()
The name of the VPC security group.
public AwsRdsDbInstanceVpcSecurityGroup withVpcSecurityGroupId(String vpcSecurityGroupId)
The name of the VPC security group.
vpcSecurityGroupId - The name of the VPC security group.public void setStatus(String status)
The status of the VPC security group.
status - The status of the VPC security group.public String getStatus()
The status of the VPC security group.
public AwsRdsDbInstanceVpcSecurityGroup withStatus(String status)
The status of the VPC security group.
status - The status of the VPC security group.public String toString()
toString in class ObjectObject.toString()public AwsRdsDbInstanceVpcSecurityGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.