Public Member Functions | Properties

SimpleDBBatchPutAttributesRequest Class Reference

Batch Put Attributes Request. More...

#import <SimpleDBBatchPutAttributesRequest.h>

List of all members.

Public Member Functions

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

Properties

NSString * domainName
 The name of the domain in which the attributes are being stored.
NSMutableArray * items
 A list of items on which to perform the operation.

Detailed Description

Batch Put Attributes Request.


Member Function Documentation

- (void SimpleDBBatchPutAttributesRequest.)addItem: (SimpleDBReplaceableItem *)  item  

Adds a single object to items.

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

- (NSString* SimpleDBBatchPutAttributesRequest.)description  

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

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

Default constructor for a new BatchPutAttributesRequest object.

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

- (id SimpleDBBatchPutAttributesRequest.)initWithDomainName: (NSString *)  theDomainName
andItems: (NSMutableArray *)  theItems 

Constructs a new BatchPutAttributesRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theDomainName The name of the domain in which the attributes are being stored.
theItems A list of items on which to perform the operation.

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