@Generated(value="software.amazon.awssdk:codegen") public final class GetBasePathMappingResponse extends ApiGatewayResponse implements ToCopyableBuilder<GetBasePathMappingResponse.Builder,GetBasePathMappingResponse>
Represents the base path that callers of the API must provide as part of the URL after the domain name.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBasePathMappingResponse.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 GetBasePathMappingResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
restApiId()
The string identifier of the associated RestApi.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBasePathMappingResponse.Builder> |
serializableBuilderClass() |
String |
stage()
The name of the associated stage.
|
GetBasePathMappingResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String basePath()
The base path name that callers of the API must provide as part of the URL after the domain name.
public final String restApiId()
The string identifier of the associated RestApi.
public final String stage()
The name of the associated stage.
public GetBasePathMappingResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBasePathMappingResponse.Builder,GetBasePathMappingResponse>toBuilder in class AwsResponsepublic static GetBasePathMappingResponse.Builder builder()
public static Class<? extends GetBasePathMappingResponse.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.