com.amazonaws.services.rds.model
Class DBSecurityGroupMembership

java.lang.Object
  extended by com.amazonaws.services.rds.model.DBSecurityGroupMembership

public class DBSecurityGroupMembership
extends Object

This data type is used as a response element in the following actions:


Constructor Summary
DBSecurityGroupMembership()
          Default constructor for a new DBSecurityGroupMembership object.
 
Method Summary
 boolean equals(Object obj)
           
 String getDBSecurityGroupName()
          The name of the DB Security Group.
 String getStatus()
          The status of the DB Security Group.
 int hashCode()
           
 void setDBSecurityGroupName(String dBSecurityGroupName)
          The name of the DB Security Group.
 void setStatus(String status)
          The status of the DB Security Group.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DBSecurityGroupMembership withDBSecurityGroupName(String dBSecurityGroupName)
          The name of the DB Security Group.
 DBSecurityGroupMembership withStatus(String status)
          The status of the DB Security Group.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBSecurityGroupMembership

public DBSecurityGroupMembership()
Default constructor for a new DBSecurityGroupMembership object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getDBSecurityGroupName

public String getDBSecurityGroupName()
The name of the DB Security Group.

Returns:
The name of the DB Security Group.

setDBSecurityGroupName

public void setDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB Security Group.

Parameters:
dBSecurityGroupName - The name of the DB Security Group.

withDBSecurityGroupName

public DBSecurityGroupMembership withDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB Security Group.

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

Parameters:
dBSecurityGroupName - The name of the DB 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 DB Security Group.

Returns:
The status of the DB Security Group.

setStatus

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

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

withStatus

public DBSecurityGroupMembership withStatus(String status)
The status of the DB Security Group.

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

Parameters:
status - The status of the DB 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.