@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateNodeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DisassociateNodeResult() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateNodeResult |
clone() |
boolean |
equals(Object obj) |
String |
getNodeAssociationStatusToken()
Contains a token which can be passed to the
DescribeNodeAssociationStatus API call to get the status
of the disassociation request. |
int |
hashCode() |
void |
setNodeAssociationStatusToken(String nodeAssociationStatusToken)
Contains a token which can be passed to the
DescribeNodeAssociationStatus API call to get the status
of the disassociation request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateNodeResult |
withNodeAssociationStatusToken(String nodeAssociationStatusToken)
Contains a token which can be passed to the
DescribeNodeAssociationStatus API call to get the status
of the disassociation request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNodeAssociationStatusToken(String nodeAssociationStatusToken)
Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status
of the disassociation request.
nodeAssociationStatusToken - Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the
status of the disassociation request.public String getNodeAssociationStatusToken()
Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status
of the disassociation request.
DescribeNodeAssociationStatus API call to get
the status of the disassociation request.public DisassociateNodeResult withNodeAssociationStatusToken(String nodeAssociationStatusToken)
Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status
of the disassociation request.
nodeAssociationStatusToken - Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the
status of the disassociation request.public String toString()
toString in class ObjectObject.toString()public DisassociateNodeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.