Change Message Visibility Request. More...
#import <SQSChangeMessageVisibilityRequest.h>
Public Member Functions | |
(id) | - init |
Default constructor for a new ChangeMessageVisibilityRequest object. | |
(id) | - initWithQueueUrl:andReceiptHandle:andVisibilityTimeout: |
Constructs a new ChangeMessageVisibilityRequest 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 whose visibility timeout the client wants to change. | |
NSNumber * | visibilityTimeout |
The new value (in seconds) for the message's visibility timeout. |
Change Message Visibility Request.
- (NSString* SQSChangeMessageVisibilityRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SQSChangeMessageVisibilityRequest.)init |
Default constructor for a new ChangeMessageVisibilityRequest object.
Callers should use the property methods to initialize this object after creating it.
- (id SQSChangeMessageVisibilityRequest.)initWithQueueUrl: | (NSString *) | theQueueUrl | ||
andReceiptHandle: | (NSString *) | theReceiptHandle | ||
andVisibilityTimeout: | (NSNumber *) | theVisibilityTimeout | ||
Constructs a new ChangeMessageVisibilityRequest object.
Callers should use properties to initialize any additional object members.
theQueueUrl | ||
theReceiptHandle | The receipt handle associated with the message whose visibility timeout the client wants to change. | |
theVisibilityTimeout | The new value (in seconds) for the message's visibility timeout. |