ToCopyableBuilder<AssociateNodeResponse.Builder,AssociateNodeResponse>
@Generated("software.amazon.awssdk:codegen") public class AssociateNodeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<AssociateNodeResponse.Builder,AssociateNodeResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AssociateNodeResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static AssociateNodeResponse.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 association request. |
static Class<? extends AssociateNodeResponse.Builder> |
serializableBuilderClass() |
|
AssociateNodeResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String nodeAssociationStatusToken()
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 AssociateNodeResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssociateNodeResponse.Builder,AssociateNodeResponse>
public static AssociateNodeResponse.Builder builder()
public static Class<? extends AssociateNodeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.