@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.
|
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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public AssociateNodeResult clone()