Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteAttributesRequest.Builder,DeleteAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteAttributesRequest.Builder,DeleteAttributesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<Attribute> |
attributes() |
A list of Attributes.
|
static DeleteAttributesRequest.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 deleted or not.
|
int |
hashCode() |
|
String |
itemName() |
The name of the item.
|
static Class<? extends DeleteAttributesRequest.Builder> |
serializableBuilderClass() |
|
DeleteAttributesRequest.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<Attribute> attributes()
public UpdateCondition expected()
public DeleteAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteAttributesRequest.Builder,DeleteAttributesRequest>
public static DeleteAttributesRequest.Builder builder()
public static Class<? extends DeleteAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.