public class DeleteBasePathMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to delete the BasePathMapping resource.
NOOP| Constructor and Description |
|---|
DeleteBasePathMappingRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteBasePathMappingRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getBasePath()
The base path name of the BasePathMapping resource to delete.
|
String |
getDomainName()
The domain name of the BasePathMapping resource to delete.
|
int |
hashCode() |
void |
setBasePath(String basePath)
The base path name of the BasePathMapping resource to delete.
|
void |
setDomainName(String domainName)
The domain name of the BasePathMapping resource to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteBasePathMappingRequest |
withBasePath(String basePath)
The base path name of the BasePathMapping resource to delete.
|
DeleteBasePathMappingRequest |
withDomainName(String domainName)
The domain name of the BasePathMapping resource to delete.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDomainName(String domainName)
The domain name of the BasePathMapping resource to delete.
domainName - The domain name of the BasePathMapping resource to delete.public String getDomainName()
The domain name of the BasePathMapping resource to delete.
public DeleteBasePathMappingRequest withDomainName(String domainName)
The domain name of the BasePathMapping resource to delete.
domainName - The domain name of the BasePathMapping resource to delete.public void setBasePath(String basePath)
The base path name of the BasePathMapping resource to delete.
basePath - The base path name of the BasePathMapping resource to
delete.public String getBasePath()
The base path name of the BasePathMapping resource to delete.
public DeleteBasePathMappingRequest withBasePath(String basePath)
The base path name of the BasePathMapping resource to delete.
basePath - The base path name of the BasePathMapping resource to
delete.public String toString()
toString in class ObjectObject.toString()public DeleteBasePathMappingRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.