@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public DescribeNodeAssociationStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.