@Generated(value="software.amazon.awssdk:codegen") public final class AwsRedshiftClusterClusterSecurityGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRedshiftClusterClusterSecurityGroup.Builder,AwsRedshiftClusterClusterSecurityGroup>
A security group that is associated with the cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRedshiftClusterClusterSecurityGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsRedshiftClusterClusterSecurityGroup.Builder |
builder() |
String |
clusterSecurityGroupName()
The name of the cluster security group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsRedshiftClusterClusterSecurityGroup.Builder> |
serializableBuilderClass() |
String |
status()
The status of the cluster security group.
|
AwsRedshiftClusterClusterSecurityGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterSecurityGroupName()
The name of the cluster security group.
public final String status()
The status of the cluster security group.
public AwsRedshiftClusterClusterSecurityGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRedshiftClusterClusterSecurityGroup.Builder,AwsRedshiftClusterClusterSecurityGroup>public static AwsRedshiftClusterClusterSecurityGroup.Builder builder()
public static Class<? extends AwsRedshiftClusterClusterSecurityGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.