public class ClusterSecurityGroupMembership
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes a cluster security group.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
clusterSecurityGroupName
The name of the cluster security group.
|
private java.lang.String |
status
The status of the cluster security group.
|
Constructor and Description |
---|
ClusterSecurityGroupMembership() |
Modifier and Type | Method and Description |
---|---|
ClusterSecurityGroupMembership |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClusterSecurityGroupName()
The name of the cluster security group.
|
java.lang.String |
getStatus()
The status of the cluster security group.
|
int |
hashCode() |
void |
setClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the cluster security group.
|
void |
setStatus(java.lang.String status)
The status of the cluster security group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ClusterSecurityGroupMembership |
withClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the cluster security group.
|
ClusterSecurityGroupMembership |
withStatus(java.lang.String status)
The status of the cluster security group.
|
private java.lang.String clusterSecurityGroupName
The name of the cluster security group.
private java.lang.String status
The status of the cluster security group.
public void setClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the cluster security group.
clusterSecurityGroupName
- The name of the cluster security group.public java.lang.String getClusterSecurityGroupName()
The name of the cluster security group.
public ClusterSecurityGroupMembership withClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the cluster security group.
clusterSecurityGroupName
- The name of the cluster security group.public void setStatus(java.lang.String status)
The status of the cluster security group.
status
- The status of the cluster security group.public java.lang.String getStatus()
The status of the cluster security group.
public ClusterSecurityGroupMembership withStatus(java.lang.String status)
The status of the cluster security group.
status
- The status of the cluster 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 ClusterSecurityGroupMembership clone()
clone
in class java.lang.Object