Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateBasePathMappingRequest.Builder,UpdateBasePathMappingRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateBasePathMappingRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateBasePathMappingRequest.Builder,UpdateBasePathMappingRequest>
A request to change information about the BasePathMapping resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateBasePathMappingRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
basePath() |
The base path of the BasePathMapping resource to change.
|
static UpdateBasePathMappingRequest.Builder |
builder() |
|
String |
domainName() |
The domain name of the BasePathMapping resource to change.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<PatchOperation> |
patchOperations() |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
static Class<? extends UpdateBasePathMappingRequest.Builder> |
serializableBuilderClass() |
|
UpdateBasePathMappingRequest.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 change.
public String basePath()
The base path of the BasePathMapping resource to change.
public List<PatchOperation> patchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
public UpdateBasePathMappingRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateBasePathMappingRequest.Builder,UpdateBasePathMappingRequest>
public static UpdateBasePathMappingRequest.Builder builder()
public static Class<? extends UpdateBasePathMappingRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.