@Generated(value="software.amazon.awssdk:codegen") public final class DeleteRouteResponse extends MigrationHubRefactorSpacesResponse implements ToCopyableBuilder<DeleteRouteResponse.Builder,DeleteRouteResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteRouteResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The ID of the application that the route belongs to.
|
String |
arn()
The Amazon Resource Name (ARN) of the route.
|
static DeleteRouteResponse.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 ID of the route to delete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteRouteResponse.Builder> |
serializableBuilderClass() |
String |
serviceId()
The ID of the service that the route belongs to.
|
RouteState |
state()
The current state of the route.
|
String |
stateAsString()
The current state of the route.
|
DeleteRouteResponse.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 that the route belongs to.
public final String arn()
The Amazon Resource Name (ARN) of the route.
public final Instant lastUpdatedTime()
A timestamp that indicates when the route was last updated.
public final String routeId()
The ID of the route to delete.
public final String serviceId()
The ID of the service that the route belongs to.
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 DeleteRouteResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteRouteResponse.Builder,DeleteRouteResponse>toBuilder in class AwsResponsepublic static DeleteRouteResponse.Builder builder()
public static Class<? extends DeleteRouteResponse.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.