@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAllowedNodeTypeUpdatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAllowedNodeTypeUpdatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAllowedNodeTypeUpdatesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClusterName()
The name of the cluster you want to scale.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
The name of the cluster you want to scale.
|
String |
toString()
Returns a string representation of this object.
|
ListAllowedNodeTypeUpdatesRequest |
withClusterName(String clusterName)
The name of the cluster you want to scale.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setClusterName(String clusterName)
The name of the cluster you want to scale. MemoryDB uses the cluster name to identify the current node type being used by this cluster, and from that to create a list of node types you can scale up to.
clusterName - The name of the cluster you want to scale. MemoryDB uses the cluster name to identify the current node
type being used by this cluster, and from that to create a list of node types you can scale up to.public String getClusterName()
The name of the cluster you want to scale. MemoryDB uses the cluster name to identify the current node type being used by this cluster, and from that to create a list of node types you can scale up to.
public ListAllowedNodeTypeUpdatesRequest withClusterName(String clusterName)
The name of the cluster you want to scale. MemoryDB uses the cluster name to identify the current node type being used by this cluster, and from that to create a list of node types you can scale up to.
clusterName - The name of the cluster you want to scale. MemoryDB uses the cluster name to identify the current node
type being used by this cluster, and from that to create a list of node types you can scale up to.public String toString()
toString in class ObjectObject.toString()public ListAllowedNodeTypeUpdatesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.