@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RebootNodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RebootNodeRequest() |
Modifier and Type | Method and Description |
---|---|
RebootNodeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterName()
The name of the DAX cluster containing the node to be rebooted.
|
String |
getNodeId()
The system-assigned ID of the node to be rebooted.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
The name of the DAX cluster containing the node to be rebooted.
|
void |
setNodeId(String nodeId)
The system-assigned ID of the node to be rebooted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RebootNodeRequest |
withClusterName(String clusterName)
The name of the DAX cluster containing the node to be rebooted.
|
RebootNodeRequest |
withNodeId(String nodeId)
The system-assigned ID of the node to be rebooted.
|
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 void setClusterName(String clusterName)
The name of the DAX cluster containing the node to be rebooted.
clusterName
- The name of the DAX cluster containing the node to be rebooted.public String getClusterName()
The name of the DAX cluster containing the node to be rebooted.
public RebootNodeRequest withClusterName(String clusterName)
The name of the DAX cluster containing the node to be rebooted.
clusterName
- The name of the DAX cluster containing the node to be rebooted.public void setNodeId(String nodeId)
The system-assigned ID of the node to be rebooted.
nodeId
- The system-assigned ID of the node to be rebooted.public String getNodeId()
The system-assigned ID of the node to be rebooted.
public RebootNodeRequest withNodeId(String nodeId)
The system-assigned ID of the node to be rebooted.
nodeId
- The system-assigned ID of the node to be rebooted.public String toString()
toString
in class Object
Object.toString()
public RebootNodeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.