@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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, 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)
[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.
To specify an empty base path, set this parameter to '(none)'
.
basePath
- [Required] The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to '(none)'
.
public String getBasePath()
[Required] The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to '(none)'
.
To specify an empty base path, set this parameter to '(none)'
.
public DeleteBasePathMappingRequest withBasePath(String basePath)
[Required] The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to '(none)'
.
basePath
- [Required] The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to '(none)'
.
public String toString()
toString
in class Object
Object.toString()
public DeleteBasePathMappingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.