Delete Message Request. More...
#import <SQSDeleteMessageRequest.h>
Public Member Functions | |
(id) | - init |
Default constructor for a new DeleteMessageRequest object. | |
(id) | - initWithQueueUrl:andReceiptHandle: |
Constructs a new DeleteMessageRequest object. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. | |
Properties | |
NSString * | queueUrl |
NSString * | receiptHandle |
The receipt handle associated with the message to delete. |
Delete Message Request.
- (NSString* SQSDeleteMessageRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SQSDeleteMessageRequest.)init |
Default constructor for a new DeleteMessageRequest object.
Callers should use the property methods to initialize this object after creating it.
- (id SQSDeleteMessageRequest.)initWithQueueUrl: | (NSString *) | theQueueUrl | ||
andReceiptHandle: | (NSString *) | theReceiptHandle | ||
Constructs a new DeleteMessageRequest object.
Callers should use properties to initialize any additional object members.
theQueueUrl | ||
theReceiptHandle | The receipt handle associated with the message to delete. |