Package com.amazonaws.services.rds.model
Class DBSecurityGroupMembership
java.lang.Object
com.amazonaws.services.rds.model.DBSecurityGroupMembership
- All Implemented Interfaces:
Serializable
,Cloneable
This data type is used as a response element in the following actions:
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the DB security group.The status of the DB security group.int
hashCode()
void
setDBSecurityGroupName
(String dBSecurityGroupName) The name of the DB security group.void
The status of the DB security group.toString()
Returns a string representation of this object; useful for testing and debugging.withDBSecurityGroupName
(String dBSecurityGroupName) The name of the DB security group.withStatus
(String status) The status of the DB security group.
-
Constructor Details
-
DBSecurityGroupMembership
public DBSecurityGroupMembership()
-
-
Method Details
-
setDBSecurityGroupName
The name of the DB security group.
- Parameters:
dBSecurityGroupName
- The name of the DB security group.
-
getDBSecurityGroupName
The name of the DB security group.
- Returns:
- The name of the DB security group.
-
withDBSecurityGroupName
The name of the DB security group.
- Parameters:
dBSecurityGroupName
- The name of the DB security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the DB security group.
- Parameters:
status
- The status of the DB security group.
-
getStatus
The status of the DB security group.
- Returns:
- The status of the DB security group.
-
withStatus
The status of the DB security group.
- Parameters:
status
- The status of the DB security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-