@Generated(value="software.amazon.awssdk:codegen") public final class GetBasePathMappingRequest extends ApiGatewayRequest implements ToCopyableBuilder<GetBasePathMappingRequest.Builder,GetBasePathMappingRequest>
Request to describe a BasePathMapping resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBasePathMappingRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
basePath()
The base path name that callers of the API must provide as part of the URL after the domain name.
|
static GetBasePathMappingRequest.Builder |
builder() |
String |
domainName()
The domain name of the BasePathMapping resource to be described.
|
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 GetBasePathMappingRequest.Builder> |
serializableBuilderClass() |
GetBasePathMappingRequest.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 be described.
public final String basePath()
The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name after the domain name.
public GetBasePathMappingRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBasePathMappingRequest.Builder,GetBasePathMappingRequest>toBuilder in class ApiGatewayRequestpublic static GetBasePathMappingRequest.Builder builder()
public static Class<? extends GetBasePathMappingRequest.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.