Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetAttributesRequest.Builder,GetAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class GetAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetAttributesRequest.Builder,GetAttributesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
attributeNames() |
The names of the attributes.
|
static GetAttributesRequest.Builder |
builder() |
|
Boolean |
consistentRead() |
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.
|
String |
domainName() |
The name of the domain in which to perform the operation.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
itemName() |
The name of the item.
|
static Class<? extends GetAttributesRequest.Builder> |
serializableBuilderClass() |
|
GetAttributesRequest.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<String> attributeNames()
public Boolean consistentRead()
true
, any data previously written to SimpleDB will be returned. Otherwise, results will be
consistent eventually, and the client may not see data that was written immediately before your read.true
, any data previously written to SimpleDB will be returned. Otherwise, results will be
consistent eventually, and the client may not see data that was written immediately before your read.public GetAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetAttributesRequest.Builder,GetAttributesRequest>
public static GetAttributesRequest.Builder builder()
public static Class<? extends GetAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.