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:
java.io.Serializable

public class ClusterSecurityGroupMembership
extends java.lang.Object
implements java.io.Serializable

Describes a security group.

See Also:
Serialized Form

Constructor Summary
ClusterSecurityGroupMembership()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterSecurityGroupMembership

public ClusterSecurityGroupMembership()
Method Detail

getClusterSecurityGroupName

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

Returns:
The name of the cluster security group.

setClusterSecurityGroupName

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

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

withClusterSecurityGroupName

public ClusterSecurityGroupMembership withClusterSecurityGroupName(java.lang.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.

getStatus

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

Returns:
The status of the cluster security group.

setStatus

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

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

withStatus

public ClusterSecurityGroupMembership withStatus(java.lang.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.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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