|
Did this page help you?Yes No Tell us about it... |
||||||
| 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(java.lang.Object obj)
|
java.lang.Double |
getConsumedCapacityUnits()
The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
java.util.Map<java.lang.String,AttributeValue> |
getItem()
Contains the requested attributes. |
int |
hashCode()
|
void |
setConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
void |
setItem(java.util.Map<java.lang.String,AttributeValue> item)
Contains the requested attributes. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetItemResult |
withConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
GetItemResult |
withItem(java.util.Map<java.lang.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 java.util.Map<java.lang.String,AttributeValue> getItem()
public void setItem(java.util.Map<java.lang.String,AttributeValue> item)
item - Contains the requested attributes.public GetItemResult withItem(java.util.Map<java.lang.String,AttributeValue> item)
Returns a reference to this object so that method calls can be chained together.
item - Contains the requested attributes.
public java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||