@Generated(value="software.amazon.awssdk:codegen") public final class AwsRedshiftClusterVpcSecurityGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRedshiftClusterVpcSecurityGroup.Builder,AwsRedshiftClusterVpcSecurityGroup>
A VPC security group that the cluster belongs to, if the cluster is in a VPC.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRedshiftClusterVpcSecurityGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsRedshiftClusterVpcSecurityGroup.Builder |
builder() |
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 AwsRedshiftClusterVpcSecurityGroup.Builder> |
serializableBuilderClass() |
String |
status()
The status of the VPC security group.
|
AwsRedshiftClusterVpcSecurityGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcSecurityGroupId()
The identifier of the VPC security group.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String status()
The status of the VPC security group.
public final String vpcSecurityGroupId()
The identifier of the VPC security group.
public AwsRedshiftClusterVpcSecurityGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRedshiftClusterVpcSecurityGroup.Builder,AwsRedshiftClusterVpcSecurityGroup>public static AwsRedshiftClusterVpcSecurityGroup.Builder builder()
public static Class<? extends AwsRedshiftClusterVpcSecurityGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.