@Generated(value="software.amazon.awssdk:codegen") public final class AssociationStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssociationStatus.Builder,AssociationStatus>
Describes the state of a target network association.
Modifier and Type | Class and Description |
---|---|
static interface |
AssociationStatus.Builder |
Modifier and Type | Method and Description |
---|---|
static AssociationStatus.Builder |
builder() |
AssociationStatusCode |
code()
The state of the target network association.
|
String |
codeAsString()
The state of the target network association.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A message about the status of the target network association, if applicable.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociationStatus.Builder> |
serializableBuilderClass() |
AssociationStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final AssociationStatusCode code()
The state of the target network association.
If the service returns an enum value that is not available in the current SDK version, code
will return
AssociationStatusCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
codeAsString()
.
AssociationStatusCode
public final String codeAsString()
The state of the target network association.
If the service returns an enum value that is not available in the current SDK version, code
will return
AssociationStatusCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
codeAsString()
.
AssociationStatusCode
public final String message()
A message about the status of the target network association, if applicable.
public AssociationStatus.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AssociationStatus.Builder,AssociationStatus>
public static AssociationStatus.Builder builder()
public static Class<? extends AssociationStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.