Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class DBSecurityGroupMembership

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

public class DBSecurityGroupMembership
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
DBSecurityGroupMembership()
          Default constructor for a new DBSecurityGroupMembership object.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDBSecurityGroupName()
          The name of the DB Security Group.
 java.lang.String getStatus()
          The status of the DB Security Group.
 int hashCode()
           
 void setDBSecurityGroupName(java.lang.String dBSecurityGroupName)
          The name of the DB Security Group.
 void setStatus(java.lang.String status)
          The status of the DB Security Group.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DBSecurityGroupMembership withDBSecurityGroupName(java.lang.String dBSecurityGroupName)
          The name of the DB Security Group.
 DBSecurityGroupMembership withStatus(java.lang.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 java.lang.String getDBSecurityGroupName()
The name of the DB Security Group.

Returns:
The name of the DB Security Group.

setDBSecurityGroupName

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

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

withDBSecurityGroupName

public DBSecurityGroupMembership withDBSecurityGroupName(java.lang.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 java.lang.String getStatus()
The status of the DB Security Group.

Returns:
The status of the DB Security Group.

setStatus

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

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

withStatus

public DBSecurityGroupMembership withStatus(java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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