|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.redshift.model.ClusterSecurityGroupMembership
public class ClusterSecurityGroupMembership
Describes a security group.
Constructor Summary | |
---|---|
ClusterSecurityGroupMembership()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClusterSecurityGroupMembership()
Method Detail |
---|
public String getClusterSecurityGroupName()
public void setClusterSecurityGroupName(String clusterSecurityGroupName)
clusterSecurityGroupName
- The name of the cluster security group.public ClusterSecurityGroupMembership withClusterSecurityGroupName(String clusterSecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
clusterSecurityGroupName
- The name of the cluster security group.
public String getStatus()
public void setStatus(String status)
status
- The status of the cluster security group.public ClusterSecurityGroupMembership withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of the cluster security group.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |