Class ClusterSecurityGroupMembership
java.lang.Object
com.amazonaws.services.redshift.model.ClusterSecurityGroupMembership
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a cluster security group.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the cluster security group.The status of the cluster security group.int
hashCode()
void
setClusterSecurityGroupName
(String clusterSecurityGroupName) The name of the cluster security group.void
The status of the cluster security group.toString()
Returns a string representation of this object; useful for testing and debugging.withClusterSecurityGroupName
(String clusterSecurityGroupName) The name of the cluster security group.withStatus
(String status) The status of the cluster security group.
-
Constructor Details
-
ClusterSecurityGroupMembership
public ClusterSecurityGroupMembership()
-
-
Method Details
-
setClusterSecurityGroupName
The name of the cluster security group.
- Parameters:
clusterSecurityGroupName
- The name of the cluster security group.
-
getClusterSecurityGroupName
The name of the cluster security group.
- Returns:
- The name of the cluster security group.
-
withClusterSecurityGroupName
The name of the cluster security group.
- Parameters:
clusterSecurityGroupName
- The name of the cluster security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the cluster security group.
- Parameters:
status
- The status of the cluster security group.
-
getStatus
The status of the cluster security group.
- Returns:
- The status of the cluster security group.
-
withStatus
The status of the cluster security group.
- Parameters:
status
- The status of the cluster security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-