|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodb.model.GetItemResult
public class GetItemResult
Get Item Result
Constructor Summary | |
---|---|
GetItemResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Double |
getConsumedCapacityUnits()
The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
Map<String,AttributeValue> |
getItem()
Contains the requested attributes. |
int |
hashCode()
|
void |
setConsumedCapacityUnits(Double consumedCapacityUnits)
The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
void |
setItem(Map<String,AttributeValue> item)
Contains the requested attributes. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetItemResult |
withConsumedCapacityUnits(Double consumedCapacityUnits)
The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
GetItemResult |
withItem(Map<String,AttributeValue> item)
Contains the requested attributes. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetItemResult()
Method Detail |
---|
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()
public void setConsumedCapacityUnits(Double consumedCapacityUnits)
consumedCapacityUnits
- The number of Capacity Units of the provisioned throughput of the
table consumed during the operation. GetItem, BatchGetItem, Query, and
Scan operations consume Read Capacity Units, while PutItem,
UpdateItem, and DeleteItem operations consume Write Capacity Units.public GetItemResult withConsumedCapacityUnits(Double consumedCapacityUnits)
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, Query, and
Scan operations consume Read Capacity Units, while PutItem,
UpdateItem, and DeleteItem operations consume Write Capacity Units.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |