GetItemResult
instead.@Deprecated public class GetItemResult extends Object implements Serializable
Constructor and Description |
---|
GetItemResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
Double |
getConsumedCapacityUnits()
Deprecated.
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
Map<String,AttributeValue> |
getItem()
Deprecated.
Contains the requested attributes.
|
int |
hashCode()
Deprecated.
|
void |
setConsumedCapacityUnits(Double consumedCapacityUnits)
Deprecated.
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
void |
setItem(Map<String,AttributeValue> item)
Deprecated.
Contains the requested attributes.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
GetItemResult |
withConsumedCapacityUnits(Double consumedCapacityUnits)
Deprecated.
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
GetItemResult |
withItem(Map<String,AttributeValue> item)
Deprecated.
Contains the requested attributes.
|
public Map<String,AttributeValue> getItem()
public void setItem(Map<String,AttributeValue> item)
item
- Contains the requested attributes.public GetItemResult withItem(Map<String,AttributeValue> item)
Returns a reference to this object so that method calls can be chained together.
item
- Contains the requested attributes.public Double getConsumedCapacityUnits()
GetItem
,
BatchGetItem
, BatchWriteItem
,
Query
, and Scan
operations consume
ReadCapacityUnits
, while PutItem
,
UpdateItem
, and DeleteItem
operations
consume WriteCapacityUnits
.GetItem
,
BatchGetItem
, BatchWriteItem
,
Query
, and Scan
operations consume
ReadCapacityUnits
, while PutItem
,
UpdateItem
, and DeleteItem
operations
consume WriteCapacityUnits
.public void setConsumedCapacityUnits(Double consumedCapacityUnits)
GetItem
,
BatchGetItem
, BatchWriteItem
,
Query
, and Scan
operations consume
ReadCapacityUnits
, while PutItem
,
UpdateItem
, and DeleteItem
operations
consume WriteCapacityUnits
.consumedCapacityUnits
- The number of Capacity Units of the provisioned throughput of the
table consumed during the operation. GetItem
,
BatchGetItem
, BatchWriteItem
,
Query
, and Scan
operations consume
ReadCapacityUnits
, while PutItem
,
UpdateItem
, and DeleteItem
operations
consume WriteCapacityUnits
.public GetItemResult withConsumedCapacityUnits(Double consumedCapacityUnits)
GetItem
,
BatchGetItem
, BatchWriteItem
,
Query
, and Scan
operations consume
ReadCapacityUnits
, while PutItem
,
UpdateItem
, and DeleteItem
operations
consume WriteCapacityUnits
.
Returns a reference to this object so that method calls can be chained together.
consumedCapacityUnits
- The number of Capacity Units of the provisioned throughput of the
table consumed during the operation. GetItem
,
BatchGetItem
, BatchWriteItem
,
Query
, and Scan
operations consume
ReadCapacityUnits
, while PutItem
,
UpdateItem
, and DeleteItem
operations
consume WriteCapacityUnits
.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.