@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRoutingControlStateRequest extends Route53RecoveryClusterRequest implements ToCopyableBuilder<UpdateRoutingControlStateRequest.Builder,UpdateRoutingControlStateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRoutingControlStateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRoutingControlStateRequest.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 Number (ARN) for the routing control that you want to update the state for.
|
RoutingControlState |
routingControlState()
The state of the routing control.
|
String |
routingControlStateAsString()
The state of the routing control.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateRoutingControlStateRequest.Builder> |
serializableBuilderClass() |
UpdateRoutingControlStateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String routingControlArn()
The Amazon Resource Number (ARN) for the routing control that you want to update the state for.
public final RoutingControlState routingControlState()
The state of the routing control. You can set the value to be On or Off.
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 state of the routing control. You can set the value to be On or Off.
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 UpdateRoutingControlStateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRoutingControlStateRequest.Builder,UpdateRoutingControlStateRequest>toBuilder in class Route53RecoveryClusterRequestpublic static UpdateRoutingControlStateRequest.Builder builder()
public static Class<? extends UpdateRoutingControlStateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.