Public Member Functions | Properties

SimpleDBBatchDeleteAttributesRequest Class Reference

Batch Delete Attributes Request. More...

#import <SimpleDBBatchDeleteAttributesRequest.h>

List of all members.

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.

Detailed Description

Batch Delete Attributes Request.


Member Function Documentation

- (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.

Returns:
A string representation of this object.
- (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.

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

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