Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateConstraintRequest.Builder,UpdateConstraintRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateConstraintRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateConstraintRequest.Builder,UpdateConstraintRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateConstraintRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
acceptLanguage() |
The language code to use for this operation.
|
static UpdateConstraintRequest.Builder |
builder() |
|
String |
description() |
The updated text description of the constraint.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The identifier of the constraint to update.
|
static Class<? extends UpdateConstraintRequest.Builder> |
serializableBuilderClass() |
|
UpdateConstraintRequest.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 acceptLanguage()
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
public String id()
The identifier of the constraint to update.
public String description()
The updated text description of the constraint.
public UpdateConstraintRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateConstraintRequest.Builder,UpdateConstraintRequest>
public static UpdateConstraintRequest.Builder builder()
public static Class<? extends UpdateConstraintRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.