@Deprecated public class PutItemResult extends Object implements Serializable
| Constructor and Description |
|---|
PutItemResult()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
Map<String,AttributeValue> |
getAttributes()
Deprecated.
Attribute values before the put operation, but only if the
ReturnValues parameter is specified as
ALL_OLD in the request. |
Double |
getConsumedCapacityUnits()
Deprecated.
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
int |
hashCode()
Deprecated.
|
void |
setAttributes(Map<String,AttributeValue> attributes)
Deprecated.
Attribute values before the put operation, but only if the
ReturnValues parameter is specified as
ALL_OLD in the request. |
void |
setConsumedCapacityUnits(Double consumedCapacityUnits)
Deprecated.
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
PutItemResult |
withAttributes(Map<String,AttributeValue> attributes)
Deprecated.
Attribute values before the put operation, but only if the
ReturnValues parameter is specified as
ALL_OLD in the request. |
PutItemResult |
withConsumedCapacityUnits(Double consumedCapacityUnits)
Deprecated.
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
public Map<String,AttributeValue> getAttributes()
ReturnValues parameter is specified as
ALL_OLD in the request.ReturnValues parameter is specified as
ALL_OLD in the request.public void setAttributes(Map<String,AttributeValue> attributes)
ReturnValues parameter is specified as
ALL_OLD in the request.attributes - Attribute values before the put operation, but only if the
ReturnValues parameter is specified as
ALL_OLD in the request.public PutItemResult withAttributes(Map<String,AttributeValue> attributes)
ReturnValues parameter is specified as
ALL_OLD in the request.
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 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 PutItemResult 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 ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.