public class GetItemOperationConfig extends Object
Constructor and Description |
---|
GetItemOperationConfig() |
Modifier and Type | Method and Description |
---|---|
List<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(List<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 List<String> getAttributesToGet()
public void setAttributesToGet(List<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 © 2019. All rights reserved.