@Generated(value="software.amazon.awssdk:codegen") public final class DeleteRouteRequest extends MigrationHubRefactorSpacesRequest implements ToCopyableBuilder<DeleteRouteRequest.Builder,DeleteRouteRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteRouteRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationIdentifier()
The ID of the application to delete the route from.
|
static DeleteRouteRequest.Builder |
builder() |
String |
environmentIdentifier()
The ID of the environment to delete the route from.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
routeIdentifier()
The ID of the route to delete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteRouteRequest.Builder> |
serializableBuilderClass() |
DeleteRouteRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationIdentifier()
The ID of the application to delete the route from.
public final String environmentIdentifier()
The ID of the environment to delete the route from.
public final String routeIdentifier()
The ID of the route to delete.
public DeleteRouteRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteRouteRequest.Builder,DeleteRouteRequest>toBuilder in class MigrationHubRefactorSpacesRequestpublic static DeleteRouteRequest.Builder builder()
public static Class<? extends DeleteRouteRequest.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 © 2023. All rights reserved.