ToCopyableBuilder<DisassociateNodeResponse.Builder,DisassociateNodeResponse>@Generated("software.amazon.awssdk:codegen") public class DisassociateNodeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DisassociateNodeResponse.Builder,DisassociateNodeResponse>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DisassociateNodeResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DisassociateNodeResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nodeAssociationStatusToken() |
Contains a token which can be passed to the
DescribeNodeAssociationStatus API call to get the status
of the disassociation request. |
static Class<? extends DisassociateNodeResponse.Builder> |
serializableBuilderClass() |
|
DisassociateNodeResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String nodeAssociationStatusToken()
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 DisassociateNodeResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DisassociateNodeResponse.Builder,DisassociateNodeResponse>public static DisassociateNodeResponse.Builder builder()
public static Class<? extends DisassociateNodeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.