SimpleDBPutAttributesRequest Class Reference
| Inherits from | AmazonServiceRequestConfig : NSObject |
| Declared in | SimpleDBPutAttributesRequest.h |
Tasks
-
domainNameThe name of the domain in which to perform the operation.
property -
itemNameThe name of the item.
property -
attributesThe list of attributes.
property -
expectedThe 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 -
– initDefault constructor for a new PutAttributesRequest object. Callers should use the property methods to initialize this object after creating it.
-
– initWithDomainName:andItemName:andAttributes:Constructs a new PutAttributesRequest object. Callers should use properties to initialize any additional object members.
-
– initWithDomainName:andItemName:andAttributes:andExpected:Constructs a new PutAttributesRequest object. Callers should use properties to initialize any additional object members.
-
– addAttribute:Adds a single object to attributes. This function will alloc and init attributes if not already done.
-
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
attributes
The list of attributes.
@property (nonatomic, retain) NSMutableArray *attributesDiscussion
The list of attributes.
Declared In
SimpleDBPutAttributesRequest.hdomainName
The name of the domain in which to perform the operation.
@property (nonatomic, retain) NSString *domainNameDiscussion
The name of the domain in which to perform the operation.
Declared In
SimpleDBPutAttributesRequest.hexpected
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 (nonatomic, retain) SimpleDBUpdateCondition *expectedDiscussion
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.
Declared In
SimpleDBPutAttributesRequest.hInstance Methods
addAttribute:
Adds a single object to attributes. This function will alloc and init attributes if not already done.
- (void)addAttribute:(SimpleDBReplaceableAttribute *)attributeObjectDiscussion
Adds a single object to attributes. This function will alloc and init attributes if not already done.
Declared In
SimpleDBPutAttributesRequest.hdescription
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
SimpleDBPutAttributesRequest.hinit
Default constructor for a new PutAttributesRequest object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new PutAttributesRequest object. Callers should use the property methods to initialize this object after creating it.
Declared In
SimpleDBPutAttributesRequest.hinitWithDomainName:andItemName:andAttributes:
Constructs a new PutAttributesRequest object. Callers should use properties to initialize any additional object members.
- (id)initWithDomainName:(NSString *)theDomainName andItemName:(NSString *)theItemName andAttributes:(NSMutableArray *)theAttributesParameters
- theDomainName
The name of the domain in which to perform the operation.
- theItemName
The name of the item.
- theAttributes
The list of attributes.
Discussion
Constructs a new PutAttributesRequest object. Callers should use properties to initialize any additional object members.
Declared In
SimpleDBPutAttributesRequest.hinitWithDomainName:andItemName:andAttributes:andExpected:
Constructs a new PutAttributesRequest object. Callers should use properties to initialize any additional object members.
- (id)initWithDomainName:(NSString *)theDomainName andItemName:(NSString *)theItemName andAttributes:(NSMutableArray *)theAttributes andExpected:(SimpleDBUpdateCondition *)theExpectedParameters
- 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.
Discussion
Constructs a new PutAttributesRequest object. Callers should use properties to initialize any additional object members.
Declared In
SimpleDBPutAttributesRequest.h