@Generated(value="software.amazon.awssdk:codegen") public final class AssociateNodeResponse extends OpsWorksCmResponse implements ToCopyableBuilder<AssociateNodeResponse.Builder,AssociateNodeResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateNodeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateNodeResponse.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 association request. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateNodeResponse.Builder> |
serializableBuilderClass() |
AssociateNodeResponse.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 association request.
DescribeNodeAssociationStatus API call to get
the status of the association request.public AssociateNodeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateNodeResponse.Builder,AssociateNodeResponse>toBuilder in class AwsResponsepublic static AssociateNodeResponse.Builder builder()
public static Class<? extends AssociateNodeResponse.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.