Send Message Request. More...
#import <SQSSendMessageRequest.h>
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. |
Send Message Request.
- (NSString* SQSSendMessageRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (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.
theQueueUrl | ||
theMessageBody | The message to send. |