@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRouteRequest extends MigrationHubRefactorSpacesRequest implements ToCopyableBuilder<UpdateRouteRequest.Builder,UpdateRouteRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRouteRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
RouteActivationState |
activationState()
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is updated. |
String |
activationStateAsString()
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is updated. |
String |
applicationIdentifier()
The ID of the application within which the route is being updated.
|
static UpdateRouteRequest.Builder |
builder() |
String |
environmentIdentifier()
The ID of the environment in which the route is being updated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
routeIdentifier()
The unique identifier of the route to update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateRouteRequest.Builder> |
serializableBuilderClass() |
UpdateRouteRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RouteActivationState activationState()
If set to ACTIVE, traffic is forwarded to this route’s service after the route is updated.
If the service returns an enum value that is not available in the current SDK version, activationState
will return RouteActivationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from activationStateAsString().
ACTIVE, traffic is forwarded to this route’s service after the route is updated.RouteActivationStatepublic final String activationStateAsString()
If set to ACTIVE, traffic is forwarded to this route’s service after the route is updated.
If the service returns an enum value that is not available in the current SDK version, activationState
will return RouteActivationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from activationStateAsString().
ACTIVE, traffic is forwarded to this route’s service after the route is updated.RouteActivationStatepublic final String applicationIdentifier()
The ID of the application within which the route is being updated.
public final String environmentIdentifier()
The ID of the environment in which the route is being updated.
public final String routeIdentifier()
The unique identifier of the route to update.
public UpdateRouteRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRouteRequest.Builder,UpdateRouteRequest>toBuilder in class MigrationHubRefactorSpacesRequestpublic static UpdateRouteRequest.Builder builder()
public static Class<? extends UpdateRouteRequest.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.