Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutAttributesRequest.Builder,PutAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class PutAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutAttributesRequest.Builder,PutAttributesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<ReplaceableAttribute> |
attributes() |
The list of attributes.
|
static PutAttributesRequest.Builder |
builder() |
|
String |
domainName() |
The name of the domain in which to perform the operation.
|
boolean |
equals(Object obj) |
|
UpdateCondition |
expected() |
The update condition which, if specified, determines whether the specified attributes will be updated or not.
|
int |
hashCode() |
|
String |
itemName() |
The name of the item.
|
static Class<? extends PutAttributesRequest.Builder> |
serializableBuilderClass() |
|
PutAttributesRequest.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()
public String itemName()
public List<ReplaceableAttribute> attributes()
public UpdateCondition expected()
public PutAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutAttributesRequest.Builder,PutAttributesRequest>
public static PutAttributesRequest.Builder builder()
public static Class<? extends PutAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.