@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()
The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.
|
String |
getServerName()
The name of the server from which to disassociate the node.
|
int |
hashCode() |
void |
setNodeAssociationStatusToken(String nodeAssociationStatusToken)
The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.
|
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)
The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.
|
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, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeNodeAssociationStatusRequest()
public void setNodeAssociationStatusToken(String nodeAssociationStatusToken)
The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.
nodeAssociationStatusToken
- The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.public String getNodeAssociationStatusToken()
The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.
public DescribeNodeAssociationStatusRequest withNodeAssociationStatusToken(String nodeAssociationStatusToken)
The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.
nodeAssociationStatusToken
- The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.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.