Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetBasePathMappingRequest.Builder,GetBasePathMappingRequest>
@Generated("software.amazon.awssdk:codegen") public class GetBasePathMappingRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetBasePathMappingRequest.Builder,GetBasePathMappingRequest>
Request to describe a BasePathMapping resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetBasePathMappingRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
static Class<? extends GetBasePathMappingRequest.Builder> |
serializableBuilderClass() |
|
GetBasePathMappingRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String domainName()
The domain name of the BasePathMapping resource to be described.
public 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. Leave this blank if you do not want callers to specify any base path name after the domain name.
public GetBasePathMappingRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetBasePathMappingRequest.Builder,GetBasePathMappingRequest>
public static GetBasePathMappingRequest.Builder builder()
public static Class<? extends GetBasePathMappingRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.