@Generated(value="software.amazon.awssdk:codegen") public final class ModifyClusterSubnetGroupRequest extends RedshiftRequest implements ToCopyableBuilder<ModifyClusterSubnetGroupRequest.Builder,ModifyClusterSubnetGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyClusterSubnetGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyClusterSubnetGroupRequest.Builder |
builder() |
String |
clusterSubnetGroupName()
The name of the subnet group to be modified.
|
String |
description()
A text description of the subnet group to be modified.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSubnetIds()
Returns true if the SubnetIds property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyClusterSubnetGroupRequest.Builder> |
serializableBuilderClass() |
List<String> |
subnetIds()
An array of VPC subnet IDs.
|
ModifyClusterSubnetGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String clusterSubnetGroupName()
The name of the subnet group to be modified.
public String description()
A text description of the subnet group to be modified.
public boolean hasSubnetIds()
public List<String> subnetIds()
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSubnetIds() to see if a value was sent in this field.
public ModifyClusterSubnetGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyClusterSubnetGroupRequest.Builder,ModifyClusterSubnetGroupRequest>toBuilder in class RedshiftRequestpublic static ModifyClusterSubnetGroupRequest.Builder builder()
public static Class<? extends ModifyClusterSubnetGroupRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.