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