@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()
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.
|
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.
|
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 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.
To specify an empty base path, set this parameter to '(none)'
.
basePath
- The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to '(none)'
.
public String getBasePath()
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)
The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to '(none)'
.
basePath
- 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()