Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.dynamodb.model
Class GetItemResult

java.lang.Object
  extended by com.amazonaws.services.dynamodb.model.GetItemResult
All Implemented Interfaces:
java.io.Serializable

Deprecated.

@Deprecated
public class GetItemResult
extends java.lang.Object
implements java.io.Serializable

Get Item Result

See Also:
Serialized Form

Constructor Summary
GetItemResult()
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated.  
 java.lang.Double getConsumedCapacityUnits()
          Deprecated. The number of Capacity Units of the provisioned throughput of the table consumed during the operation.
 java.util.Map<java.lang.String,AttributeValue> getItem()
          Deprecated. Contains the requested attributes.
 int hashCode()
          Deprecated.  
 void setConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
          Deprecated. 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)
          Deprecated. Contains the requested attributes.
 java.lang.String toString()
          Deprecated. Returns a string representation of this object; useful for testing and debugging.
 GetItemResult withConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
          Deprecated. 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)
          Deprecated. Contains the requested attributes.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetItemResult

public GetItemResult()
Deprecated. 
Method Detail

getItem

public java.util.Map<java.lang.String,AttributeValue> getItem()
Deprecated. 
Contains the requested attributes.

Returns:
Contains the requested attributes.

setItem

public void setItem(java.util.Map<java.lang.String,AttributeValue> item)
Deprecated. 
Contains the requested attributes.

Parameters:
item - Contains the requested attributes.

withItem

public GetItemResult withItem(java.util.Map<java.lang.String,AttributeValue> item)
Deprecated. 
Contains the requested attributes.

Returns a reference to this object so that method calls can be chained together.

Parameters:
item - Contains the requested attributes.
Returns:
A reference to this updated object so that method calls can be chained together.

getConsumedCapacityUnits

public java.lang.Double getConsumedCapacityUnits()
Deprecated. 
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.

Returns:
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.

setConsumedCapacityUnits

public void setConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
Deprecated. 
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.

Parameters:
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.

withConsumedCapacityUnits

public GetItemResult withConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
Deprecated. 
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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Deprecated. 
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Deprecated. 
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.