@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNodeAssociationStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeNodeAssociationStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeNodeAssociationStatusRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNodeAssociationStatusToken() |
String |
getServerName()
The name of the server from which to disassociate the node.
|
int |
hashCode() |
void |
setNodeAssociationStatusToken(String nodeAssociationStatusToken) |
void |
setServerName(String serverName)
The name of the server from which to disassociate the node.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeNodeAssociationStatusRequest |
withNodeAssociationStatusToken(String nodeAssociationStatusToken) |
DescribeNodeAssociationStatusRequest |
withServerName(String serverName)
The name of the server from which to disassociate the node.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeNodeAssociationStatusRequest()
public void setNodeAssociationStatusToken(String nodeAssociationStatusToken)
nodeAssociationStatusToken - public String getNodeAssociationStatusToken()
public DescribeNodeAssociationStatusRequest withNodeAssociationStatusToken(String nodeAssociationStatusToken)
nodeAssociationStatusToken - public void setServerName(String serverName)
The name of the server from which to disassociate the node.
serverName - The name of the server from which to disassociate the node.public String getServerName()
The name of the server from which to disassociate the node.
public DescribeNodeAssociationStatusRequest withServerName(String serverName)
The name of the server from which to disassociate the node.
serverName - The name of the server from which to disassociate the node.public String toString()
toString in class ObjectObject.toString()public DescribeNodeAssociationStatusRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.