Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteBasePathMappingRequest.Builder,DeleteBasePathMappingRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteBasePathMappingRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteBasePathMappingRequest.Builder,DeleteBasePathMappingRequest>
A request to delete the BasePathMapping resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteBasePathMappingRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
basePath() |
The base path name of the BasePathMapping resource to delete.
|
static DeleteBasePathMappingRequest.Builder |
builder() |
|
String |
domainName() |
The domain name of the BasePathMapping resource to delete.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteBasePathMappingRequest.Builder> |
serializableBuilderClass() |
|
DeleteBasePathMappingRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String domainName()
The domain name of the BasePathMapping resource to delete.
public String basePath()
The base path name of the BasePathMapping resource to delete.
public DeleteBasePathMappingRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteBasePathMappingRequest.Builder,DeleteBasePathMappingRequest>
public static DeleteBasePathMappingRequest.Builder builder()
public static Class<? extends DeleteBasePathMappingRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.