DynamoDBGetItemResponse Class Reference
| Inherits from | DynamoDBResponse : AmazonServiceResponse : NSObject |
| Declared in | DynamoDBGetItemResponse.h |
Tasks
-
– setException:If an exception was thrown, this will return the exception.
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
itemA map of attribute names to AttributeValue objects, as specified by AttributesToGet.
property -
consumedCapacityThe table name that consumed provisioned throughput, and the number of capacity units consumed by it. ConsumedCapacity is only returned if it was asked for in the request. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.
property -
– itemValueForKey:Returns a value from the item dictionary for the specified key.
-
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
consumedCapacity
The table name that consumed provisioned throughput, and the number of capacity units consumed by it. ConsumedCapacity is only returned if it was asked for in the request. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.
@property (nonatomic, retain) DynamoDBConsumedCapacity *consumedCapacityDiscussion
The table name that consumed provisioned throughput, and the number of capacity units consumed by it. ConsumedCapacity is only returned if it was asked for in the request. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.
Declared In
DynamoDBGetItemResponse.hInstance Methods
description
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
DynamoDBGetItemResponse.hinit
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
Declared In
DynamoDBGetItemResponse.h