Public Member Functions | Properties

SQSSendMessageRequest Class Reference

Send Message Request. More...

#import <SQSSendMessageRequest.h>

List of all members.

Public Member Functions

(id) - init
 Default constructor for a new SendMessageRequest object.
(id) - initWithQueueUrl:andMessageBody:
 Constructs a new SendMessageRequest object.
(NSString *) - description
 Returns a string representation of this object; useful for testing and debugging.

Properties

NSString * queueUrl
NSString * messageBody
 The message to send.

Detailed Description

Send Message Request.


Member Function Documentation

- (NSString* SQSSendMessageRequest.)description  

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

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

Default constructor for a new SendMessageRequest object.

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

- (id SQSSendMessageRequest.)initWithQueueUrl: (NSString *)  theQueueUrl
andMessageBody: (NSString *)  theMessageBody 

Constructs a new SendMessageRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theQueueUrl 
theMessageBody The message to send.

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