Batch Delete Attributes Request. More...
#import <SimpleDBBatchDeleteAttributesRequest.h>
Public Member Functions | |
(id) | - init |
Default constructor for a new BatchDeleteAttributesRequest object. | |
(id) | - initWithDomainName:andItems: |
Constructs a new BatchDeleteAttributesRequest 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 deleted. | |
NSMutableArray * | items |
A list of items on which to perform the operation. |
Batch Delete Attributes Request.
- (void SimpleDBBatchDeleteAttributesRequest.)addItem: | (SimpleDBDeletableItem *) | item |
Adds a single object to items.
This function will alloc and init items if not already done.
- (NSString* SimpleDBBatchDeleteAttributesRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SimpleDBBatchDeleteAttributesRequest.)init |
Default constructor for a new BatchDeleteAttributesRequest object.
Callers should use the property methods to initialize this object after creating it.
- (id SimpleDBBatchDeleteAttributesRequest.)initWithDomainName: | (NSString *) | theDomainName | ||
andItems: | (NSMutableArray *) | theItems | ||
Constructs a new BatchDeleteAttributesRequest object.
Callers should use properties to initialize any additional object members.
theDomainName | The name of the domain in which the attributes are being deleted. | |
theItems | A list of items on which to perform the operation. |