@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRoutingControlStateEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateRoutingControlStateEntry.Builder,UpdateRoutingControlStateEntry>
A routing control state entry.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRoutingControlStateEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRoutingControlStateEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
routingControlArn()
The Amazon Resource Name (ARN) for a routing control state entry.
|
RoutingControlState |
routingControlState()
The routing control state in a set of routing control state entries.
|
String |
routingControlStateAsString()
The routing control state in a set of routing control state entries.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateRoutingControlStateEntry.Builder> |
serializableBuilderClass() |
UpdateRoutingControlStateEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String routingControlArn()
The Amazon Resource Name (ARN) for a routing control state entry.
public final RoutingControlState routingControlState()
The routing control state in a set of routing control state entries.
If the service returns an enum value that is not available in the current SDK version,
routingControlState will return RoutingControlState.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from routingControlStateAsString().
RoutingControlStatepublic final String routingControlStateAsString()
The routing control state in a set of routing control state entries.
If the service returns an enum value that is not available in the current SDK version,
routingControlState will return RoutingControlState.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from routingControlStateAsString().
RoutingControlStatepublic UpdateRoutingControlStateEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRoutingControlStateEntry.Builder,UpdateRoutingControlStateEntry>public static UpdateRoutingControlStateEntry.Builder builder()
public static Class<? extends UpdateRoutingControlStateEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.