@Generated(value="software.amazon.awssdk:codegen") public final class DeleteBasePathMappingRequest extends ApiGatewayRequest implements ToCopyableBuilder<DeleteBasePathMappingRequest.Builder,DeleteBasePathMappingRequest>
A request to delete the BasePathMapping resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteBasePathMappingRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
basePath()
The base path name of the BasePathMapping resource to delete.
|
static DeleteBasePathMappingRequest.Builder |
builder() |
String |
domainName()
The domain name of the BasePathMapping resource to delete.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteBasePathMappingRequest.Builder> |
serializableBuilderClass() |
DeleteBasePathMappingRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The domain name of the BasePathMapping resource to delete.
public final String basePath()
The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to '(none)'.
To specify an empty base path, set this parameter to '(none)'.
public DeleteBasePathMappingRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteBasePathMappingRequest.Builder,DeleteBasePathMappingRequest>toBuilder in class ApiGatewayRequestpublic static DeleteBasePathMappingRequest.Builder builder()
public static Class<? extends DeleteBasePathMappingRequest.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.