public class GetItemOperationConfig
extends java.lang.Object
Constructor and Description |
---|
GetItemOperationConfig() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAttributesToGet()
List of attributes to retrieve
|
boolean |
isConsistentRead()
If set to true, this flag ensures that the most recently written data is
returned.
|
void |
setAttributesToGet(java.util.List<java.lang.String> attributesToGet)
set List of attributes to retrieve
|
void |
setConsistentRead(boolean consistentRead)
If set to true, this flag ensures that the most recently written data is
returned.
|
public java.util.List<java.lang.String> getAttributesToGet()
public void setAttributesToGet(java.util.List<java.lang.String> attributesToGet)
attributesToGet
- List of attributes to retrieve.public boolean isConsistentRead()
public void setConsistentRead(boolean consistentRead)
consistentRead
- If set to true, this flag ensures that the most
recently written data is returned.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.