@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAllowedNodeTypeModificationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input parameters for the ListAllowedNodeTypeModifications
operation.
NOOP
Constructor and Description |
---|
ListAllowedNodeTypeModificationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAllowedNodeTypeModificationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCacheClusterId()
The name of the cluster you want to scale up to a larger node instanced type.
|
String |
getReplicationGroupId()
The name of the replication group want to scale up to a larger node type.
|
int |
hashCode() |
void |
setCacheClusterId(String cacheClusterId)
The name of the cluster you want to scale up to a larger node instanced type.
|
void |
setReplicationGroupId(String replicationGroupId)
The name of the replication group want to scale up to a larger node type.
|
String |
toString()
Returns a string representation of this object.
|
ListAllowedNodeTypeModificationsRequest |
withCacheClusterId(String cacheClusterId)
The name of the cluster you want to scale up to a larger node instanced type.
|
ListAllowedNodeTypeModificationsRequest |
withReplicationGroupId(String replicationGroupId)
The name of the replication group want to scale up to a larger node type.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListAllowedNodeTypeModificationsRequest()
public void setCacheClusterId(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
.
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
.
public String getCacheClusterId()
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 ListAllowedNodeTypeModificationsRequest withCacheClusterId(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
.
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
.
public void setReplicationGroupId(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
.
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
.
public String getReplicationGroupId()
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 withReplicationGroupId(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
.
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
.
public String toString()
toString
in class Object
Object.toString()
public ListAllowedNodeTypeModificationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()