Public Member Functions | Properties

SimpleDBPutAttributesRequest Class Reference

Put Attributes Request. More...

#import <SimpleDBPutAttributesRequest.h>

List of all members.

Public Member Functions

(id) - init
 Default constructor for a new PutAttributesRequest object.
(id) - initWithDomainName:andItemName:andAttributes:
 Constructs a new PutAttributesRequest object.
(id) - initWithDomainName:andItemName:andAttributes:andExpected:
 Constructs a new PutAttributesRequest object.
(void) - addAttribute:
 Adds a single object to attributes.
(NSString *) - description
 Returns a string representation of this object; useful for testing and debugging.

Properties

NSString * domainName
 The name of the domain in which to perform the operation.
NSString * itemName
 The name of the item.
NSMutableArray * attributes
 The list of attributes.
SimpleDBUpdateConditionexpected
 The update condition which, if specified, determines whether the specified attributes will be updated or not.

Detailed Description

Put Attributes Request.


Member Function Documentation

- (void SimpleDBPutAttributesRequest.)addAttribute: (SimpleDBReplaceableAttribute *)  attribute  

Adds a single object to attributes.

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

- (NSString* SimpleDBPutAttributesRequest.)description  

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

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

Default constructor for a new PutAttributesRequest object.

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

- (id SimpleDBPutAttributesRequest.)initWithDomainName: (NSString *)  theDomainName
andItemName: (NSString *)  theItemName
andAttributes: (NSMutableArray *)  theAttributes 

Constructs a new PutAttributesRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theDomainName The name of the domain in which to perform the operation.
theItemName The name of the item.
theAttributes The list of attributes.
- (id SimpleDBPutAttributesRequest.)initWithDomainName: (NSString *)  theDomainName
andItemName: (NSString *)  theItemName
andAttributes: (NSMutableArray *)  theAttributes
andExpected: (SimpleDBUpdateCondition *)  theExpected 

Constructs a new PutAttributesRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theDomainName The name of the domain in which to perform the operation.
theItemName The name of the item.
theAttributes The list of attributes.
theExpected The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.

Property Documentation

- (SimpleDBUpdateCondition *) expected [read, write, retain]

The update condition which, if specified, determines whether the specified attributes will be updated or not.

The update condition must be satisfied in order for this request to be processed and the attributes to be updated.


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