Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class VpcSecurityGroupMembership

java.lang.Object
  extended by com.amazonaws.services.rds.model.VpcSecurityGroupMembership
All Implemented Interfaces:
Serializable

public class VpcSecurityGroupMembership
extends Object
implements Serializable

This data type is used as a response element for queries on VPC security group membership.

See Also:
Serialized Form

Constructor Summary
VpcSecurityGroupMembership()
           
 
Method Summary
 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 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; useful for testing and debugging.
 VpcSecurityGroupMembership withStatus(String status)
          The status of the VPC Security Group.
 VpcSecurityGroupMembership withVpcSecurityGroupId(String vpcSecurityGroupId)
          The name of the VPC security group.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VpcSecurityGroupMembership

public VpcSecurityGroupMembership()
Method Detail

getVpcSecurityGroupId

public String getVpcSecurityGroupId()
The name of the VPC security group.

Returns:
The name of the VPC security group.

setVpcSecurityGroupId

public void setVpcSecurityGroupId(String vpcSecurityGroupId)
The name of the VPC security group.

Parameters:
vpcSecurityGroupId - The name of the VPC security group.

withVpcSecurityGroupId

public VpcSecurityGroupMembership withVpcSecurityGroupId(String vpcSecurityGroupId)
The name of the VPC security group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
vpcSecurityGroupId - The name of the VPC security group.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public String getStatus()
The status of the VPC Security Group.

Returns:
The status of the VPC Security Group.

setStatus

public void setStatus(String status)
The status of the VPC Security Group.

Parameters:
status - The status of the VPC Security Group.

withStatus

public VpcSecurityGroupMembership withStatus(String status)
The status of the VPC Security Group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
status - The status of the VPC Security Group.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.