SQSSendMessageBatchRequest Class Reference
| Inherits from | AmazonServiceRequestConfig : NSObject |
| Declared in | SQSSendMessageBatchRequest.h |
Tasks
-
queueUrlThe URL of the SQS queue to take action on.
property -
entriesA list of SendMessageBatchRequestEntrys.
property -
– initDefault constructor for a new SendMessageBatchRequest object. Callers should use the property methods to initialize this object after creating it.
-
– initWithQueueUrl:Constructs a new SendMessageBatchRequest object. Callers should use properties to initialize any additional object members.
-
– initWithQueueUrl:andEntries:Constructs a new SendMessageBatchRequest object. Callers should use properties to initialize any additional object members.
-
– addEntry:Adds a single object to entries. This function will alloc and init entries if not already done.
-
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
entries
A list of SendMessageBatchRequestEntrys.
@property (nonatomic, retain) NSMutableArray *entriesDiscussion
A list of SendMessageBatchRequestEntrys.
Declared In
SQSSendMessageBatchRequest.hInstance Methods
addEntry:
Adds a single object to entries. This function will alloc and init entries if not already done.
- (void)addEntry:(SQSSendMessageBatchRequestEntry *)entryObjectDiscussion
Adds a single object to entries. This function will alloc and init entries if not already done.
Declared In
SQSSendMessageBatchRequest.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
SQSSendMessageBatchRequest.hinit
Default constructor for a new SendMessageBatchRequest object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new SendMessageBatchRequest object. Callers should use the property methods to initialize this object after creating it.
Declared In
SQSSendMessageBatchRequest.hinitWithQueueUrl:
Constructs a new SendMessageBatchRequest object. Callers should use properties to initialize any additional object members.
- (id)initWithQueueUrl:(NSString *)theQueueUrlParameters
- theQueueUrl
The URL of the SQS queue to take action on.
Discussion
Constructs a new SendMessageBatchRequest object. Callers should use properties to initialize any additional object members.
Declared In
SQSSendMessageBatchRequest.hinitWithQueueUrl:andEntries:
Constructs a new SendMessageBatchRequest object. Callers should use properties to initialize any additional object members.
- (id)initWithQueueUrl:(NSString *)theQueueUrl andEntries:(NSMutableArray *)theEntriesParameters
- theQueueUrl
The URL of the SQS queue to take action on.
- theEntries
A list of SendMessageBatchRequestEntrys.
Discussion
Constructs a new SendMessageBatchRequest object. Callers should use properties to initialize any additional object members.
Declared In
SQSSendMessageBatchRequest.h