@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterSecurityGroupMembership extends Object implements Serializable, Cloneable
Describes a cluster security group.
| Constructor and Description | 
|---|
ClusterSecurityGroupMembership()  | 
| Modifier and Type | Method and Description | 
|---|---|
ClusterSecurityGroupMembership | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getClusterSecurityGroupName()
 The name of the cluster security group. 
 | 
String | 
getStatus()
 The status of the cluster security group. 
 | 
int | 
hashCode()  | 
void | 
setClusterSecurityGroupName(String clusterSecurityGroupName)
 The name of the cluster security group. 
 | 
void | 
setStatus(String status)
 The status of the cluster security group. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
ClusterSecurityGroupMembership | 
withClusterSecurityGroupName(String clusterSecurityGroupName)
 The name of the cluster security group. 
 | 
ClusterSecurityGroupMembership | 
withStatus(String status)
 The status of the cluster security group. 
 | 
public void setClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the cluster security group.
clusterSecurityGroupName - The name of the cluster security group.public String getClusterSecurityGroupName()
The name of the cluster security group.
public ClusterSecurityGroupMembership withClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the cluster security group.
clusterSecurityGroupName - The name of the cluster security group.public void setStatus(String status)
The status of the cluster security group.
status - The status of the cluster security group.public String getStatus()
The status of the cluster security group.
public ClusterSecurityGroupMembership withStatus(String status)
The status of the cluster security group.
status - The status of the cluster security group.public String toString()
toString in class ObjectObject.toString()public ClusterSecurityGroupMembership clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.