Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateDomainNameRequest.Builder,UpdateDomainNameRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateDomainNameRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateDomainNameRequest.Builder,UpdateDomainNameRequest>
A request to change information about the DomainName resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateDomainNameRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateDomainNameRequest.Builder |
builder() |
|
String |
domainName() |
The name of the DomainName resource to be changed.
|
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 UpdateDomainNameRequest.Builder> |
serializableBuilderClass() |
|
UpdateDomainNameRequest.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 name of the DomainName resource to be changed.
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 UpdateDomainNameRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateDomainNameRequest.Builder,UpdateDomainNameRequest>
public static UpdateDomainNameRequest.Builder builder()
public static Class<? extends UpdateDomainNameRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.