@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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. Specify '(none)' 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. Specify '(none)' 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. Specify '(none)' 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. Specify '(none)' 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. Specify '(none)' if you do not want
callers to specify any base path name after the domain name.public String toString()
toString
in class Object
Object.toString()
public GetBasePathMappingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()