@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateNodeResponse extends OpsWorksCmResponse implements ToCopyableBuilder<DisassociateNodeResponse.Builder,DisassociateNodeResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateNodeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateNodeResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nodeAssociationStatusToken()
Contains a token which can be passed to the
DescribeNodeAssociationStatus API call to get the status
of the disassociation request. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateNodeResponse.Builder> |
serializableBuilderClass() |
DisassociateNodeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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()
toBuilder in interface ToCopyableBuilder<DisassociateNodeResponse.Builder,DisassociateNodeResponse>toBuilder in class AwsResponsepublic static DisassociateNodeResponse.Builder builder()
public static Class<? extends DisassociateNodeResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.