|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.dynamodb.model.PutItemResult
public class PutItemResult
Put Item Result
| Constructor Summary | |
|---|---|
PutItemResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Map<java.lang.String,AttributeValue> |
getAttributes()
Attribute values before the put operation, but only if the ReturnValues parameter is specified as ALL_OLD in the request. |
java.lang.Double |
getConsumedCapacityUnits()
The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
int |
hashCode()
|
void |
setAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
Attribute values before the put operation, but only if the ReturnValues parameter is specified as ALL_OLD in the request. |
void |
setConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PutItemResult |
withAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
Attribute values before the put operation, but only if the ReturnValues parameter is specified as ALL_OLD in the request. |
PutItemResult |
withConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PutItemResult()
| Method Detail |
|---|
public java.util.Map<java.lang.String,AttributeValue> getAttributes()
public void setAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
attributes - Attribute values before the put operation, but only if the
ReturnValues parameter is specified as ALL_OLD in the request.public PutItemResult withAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes - Attribute values before the put operation, but only if the
ReturnValues parameter is specified as ALL_OLD in the request.
public java.lang.Double getConsumedCapacityUnits()
public void setConsumedCapacityUnits(java.lang.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 PutItemResult withConsumedCapacityUnits(java.lang.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 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 | ||||||