public class GetBasePathMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to describe a BasePathMapping resource.
NOOP| Constructor and Description | 
|---|
| GetBasePathMappingRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetBasePathMappingRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getBasePath()
 The base path name that callers of the API must provide as part of the
 URL after the domain name. | 
| String | getDomainName()
 The domain name of the BasePathMapping resource to be described. | 
| int | hashCode() | 
| void | setBasePath(String basePath)
 The base path name that callers of the API must provide as part of the
 URL after the domain name. | 
| void | setDomainName(String domainName)
 The domain name of the BasePathMapping resource to be described. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| GetBasePathMappingRequest | withBasePath(String basePath)
 The base path name that callers of the API must provide as part of the
 URL after the domain name. | 
| GetBasePathMappingRequest | withDomainName(String domainName)
 The domain name of the BasePathMapping resource to be described. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDomainName(String domainName)
The domain name of the BasePathMapping resource to be described.
domainName - The domain name of the BasePathMapping resource to be
        described.public String getDomainName()
The domain name of the BasePathMapping resource to be described.
public GetBasePathMappingRequest withDomainName(String domainName)
The domain name of the BasePathMapping resource to be described.
domainName - The domain name of the BasePathMapping resource to be
        described.public void setBasePath(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.
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 String getBasePath()
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 withBasePath(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.
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 String toString()
toString in class ObjectObject.toString()public GetBasePathMappingRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.