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