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()booleanThe name of the cluster security group.The status of the cluster security group.inthashCode()voidsetClusterSecurityGroupName(String clusterSecurityGroupName) The name of the cluster security group.voidThe 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
-
equals
-
hashCode
-
clone
-