@Generated(value="software.amazon.awssdk:codegen") public final class ListAllowedNodeTypeModificationsRequest extends ElastiCacheRequest implements ToCopyableBuilder<ListAllowedNodeTypeModificationsRequest.Builder,ListAllowedNodeTypeModificationsRequest>
The input parameters for the ListAllowedNodeTypeModifications operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAllowedNodeTypeModificationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAllowedNodeTypeModificationsRequest.Builder |
builder() |
String |
cacheClusterId()
The name of the cluster you want to scale up to a larger node instanced type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
replicationGroupId()
The name of the replication group want to scale up to a larger node type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAllowedNodeTypeModificationsRequest.Builder> |
serializableBuilderClass() |
ListAllowedNodeTypeModificationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String cacheClusterId()
The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.
You must provide a value for either the CacheClusterId or the ReplicationGroupId.
You must provide a value for either the CacheClusterId or the
ReplicationGroupId.
public final String replicationGroupId()
The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.
You must provide a value for either the CacheClusterId or the ReplicationGroupId.
You must provide a value for either the CacheClusterId or the
ReplicationGroupId.
public ListAllowedNodeTypeModificationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAllowedNodeTypeModificationsRequest.Builder,ListAllowedNodeTypeModificationsRequest>toBuilder in class ElastiCacheRequestpublic static ListAllowedNodeTypeModificationsRequest.Builder builder()
public static Class<? extends ListAllowedNodeTypeModificationsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.