public class DBSecurityGroupMembership
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
This data type is used as a response element in the following actions:
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dBSecurityGroupName
The name of the DB security group.
|
private java.lang.String |
status
The status of the DB security group.
|
Constructor and Description |
---|
DBSecurityGroupMembership() |
Modifier and Type | Method and Description |
---|---|
DBSecurityGroupMembership |
clone() |
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.
|
private java.lang.String dBSecurityGroupName
The name of the DB security group.
private java.lang.String status
The status of the DB security group.
public void setDBSecurityGroupName(java.lang.String dBSecurityGroupName)
The name of the DB security group.
dBSecurityGroupName
- The name of the DB security group.public java.lang.String getDBSecurityGroupName()
The name of the DB security group.
public DBSecurityGroupMembership withDBSecurityGroupName(java.lang.String dBSecurityGroupName)
The name of the DB security group.
dBSecurityGroupName
- The name of the DB security group.public void setStatus(java.lang.String status)
The status of the DB security group.
status
- The status of the DB security group.public java.lang.String getStatus()
The status of the DB security group.
public DBSecurityGroupMembership withStatus(java.lang.String status)
The status of the DB security group.
status
- The status of the DB security group.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DBSecurityGroupMembership clone()
clone
in class java.lang.Object