Batch Put Attributes Request. More...
#import <SimpleDBBatchPutAttributesRequest.h>
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. |
Batch Put Attributes Request.
- (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.
- (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.
theDomainName | The name of the domain in which the attributes are being stored. | |
theItems | A list of items on which to perform the operation. |