|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.DBSecurityGroupMembership
public class DBSecurityGroupMembership
Constructor Summary | |
---|---|
DBSecurityGroupMembership()
Default constructor for a new DBSecurityGroupMembership object. |
Method Summary | |
---|---|
String |
getDBSecurityGroupName()
The name of the DB Security Group. |
String |
getStatus()
|
void |
setDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB Security Group. |
void |
setStatus(String status)
|
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)
Returns a reference to this object so that method calls can be chained together. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBSecurityGroupMembership()
Method Detail |
---|
public String getDBSecurityGroupName()
public void setDBSecurityGroupName(String dBSecurityGroupName)
dBSecurityGroupName
- The name of the DB Security Group.public DBSecurityGroupMembership withDBSecurityGroupName(String dBSecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
dBSecurityGroupName
- The name of the DB Security Group.
public String getStatus()
public void setStatus(String status)
status
- public DBSecurityGroupMembership withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status
-
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |