Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class ClusterSecurityGroupMembership

java.lang.Object
  extended by com.amazonaws.services.redshift.model.ClusterSecurityGroupMembership
All Implemented Interfaces:
Serializable

public class ClusterSecurityGroupMembership
extends Object
implements Serializable

Describes a security group.

See Also:
Serialized Form

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

ClusterSecurityGroupMembership

public ClusterSecurityGroupMembership()
Method Detail

getClusterSecurityGroupName

public String getClusterSecurityGroupName()
The name of the cluster security group.

Returns:
The name of the cluster security group.

setClusterSecurityGroupName

public void setClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the cluster security group.

Parameters:
clusterSecurityGroupName - The name of the cluster security group.

withClusterSecurityGroupName

public ClusterSecurityGroupMembership withClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the cluster security group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
clusterSecurityGroupName - The name of the cluster security group.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public String getStatus()
The status of the cluster security group.

Returns:
The status of the cluster security group.

setStatus

public void setStatus(String status)
The status of the cluster security group.

Parameters:
status - The status of the cluster security group.

withStatus

public ClusterSecurityGroupMembership withStatus(String status)
The status of the cluster security group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
status - The status of the cluster security group.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.