Public Member Functions | Properties

SimpleDBSelectResponse Class Reference

Select Result. More...

#import <SimpleDBSelectResponse.h>

Inherits AmazonServiceResponse.

List of all members.

Public Member Functions

(id) - init
 Default constructor for a new object.
(void) - addItem:
 Adds a single object to items.
(NSString *) - description
 Returns a string representation of this object; useful for testing and debugging.

Properties

NSMutableArray * items
 A list of items that match the select expression.
NSString * nextToken
 An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.

Detailed Description

Select Result.


Member Function Documentation

- (void SimpleDBSelectResponse.)addItem: (SimpleDBItem *)  item  

Adds a single object to items.

This function will alloc and init items if not already done.

- (NSString* SimpleDBSelectResponse.)description  

Returns a string representation of this object; useful for testing and debugging.

Returns:
A string representation of this object.
- (id SimpleDBSelectResponse.)init  

Default constructor for a new object.

Callers should use the property methods to initialize this object after creating it.


The documentation for this class was generated from the following file: