@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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() |
boolean |
equals(Object obj) |
String |
getBasePath()
[Required] The base path name of the BasePathMapping resource to delete.
|
String |
getDomainName()
[Required] The domain name of the BasePathMapping resource to delete.
|
int |
hashCode() |
void |
setBasePath(String basePath)
[Required] The base path name of the BasePathMapping resource to delete.
|
void |
setDomainName(String domainName)
[Required] 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)
[Required] The base path name of the BasePathMapping resource to delete.
|
DeleteBasePathMappingRequest |
withDomainName(String domainName)
[Required] The domain name of the BasePathMapping resource to delete.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setDomainName(String domainName)
[Required] The domain name of the BasePathMapping resource to delete.
domainName - [Required] The domain name of the BasePathMapping resource to delete.public String getDomainName()
[Required] The domain name of the BasePathMapping resource to delete.
public DeleteBasePathMappingRequest withDomainName(String domainName)
[Required] The domain name of the BasePathMapping resource to delete.
domainName - [Required] The domain name of the BasePathMapping resource to delete.public void setBasePath(String basePath)
[Required] The base path name of the BasePathMapping resource to delete.
basePath - [Required] The base path name of the BasePathMapping resource to delete.public String getBasePath()
[Required] The base path name of the BasePathMapping resource to delete.
public DeleteBasePathMappingRequest withBasePath(String basePath)
[Required] The base path name of the BasePathMapping resource to delete.
basePath - [Required] The base path name of the BasePathMapping resource to delete.public String toString()
toString in class ObjectObject.toString()public DeleteBasePathMappingRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.