public class DBSecurityGroupMembership extends Object implements Serializable
| Constructor and Description |
|---|
DBSecurityGroupMembership() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public String getDBSecurityGroupName()
The name of the DB security group.
public void setDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB security group.
dBSecurityGroupName - The name of the DB security group.public String getStatus()
The status of the DB security group.
public void setStatus(String status)
The status of the DB security group.
status - The status of the DB security group.Copyright © 2019 MuleSoft, Inc.. All rights reserved.