@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRouteResponse extends MigrationHubRefactorSpacesResponse implements ToCopyableBuilder<UpdateRouteResponse.Builder,UpdateRouteResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRouteResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The ID of the application in which the route is being updated.
|
String |
arn()
The Amazon Resource Name (ARN) of the route.
|
static UpdateRouteResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
A timestamp that indicates when the route was last updated.
|
String |
routeId()
The unique identifier of the route.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateRouteResponse.Builder> |
serializableBuilderClass() |
String |
serviceId()
The ID of service in which the route was created.
|
RouteState |
state()
The current state of the route.
|
String |
stateAsString()
The current state of the route.
|
UpdateRouteResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The ID of the application in which the route is being updated.
public final String arn()
The Amazon Resource Name (ARN) of the route. The format for this ARN is
arn:aws:refactor-spaces:region:account-id:resource-type/resource-id . For more
information about ARNs, see
Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
arn:aws:refactor-spaces:region:account-id:resource-type/resource-id .
For more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference.public final Instant lastUpdatedTime()
A timestamp that indicates when the route was last updated.
public final String routeId()
The unique identifier of the route.
public final String serviceId()
The ID of service in which the route was created. Traffic that matches this route is forwarded to this service.
public final RouteState state()
The current state of the route.
If the service returns an enum value that is not available in the current SDK version, state will return
RouteState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
RouteStatepublic final String stateAsString()
The current state of the route.
If the service returns an enum value that is not available in the current SDK version, state will return
RouteState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
RouteStatepublic UpdateRouteResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRouteResponse.Builder,UpdateRouteResponse>toBuilder in class AwsResponsepublic static UpdateRouteResponse.Builder builder()
public static Class<? extends UpdateRouteResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.