Public Member Functions | Properties

SQSChangeMessageVisibilityRequest Class Reference

Change Message Visibility Request. More...

#import <SQSChangeMessageVisibilityRequest.h>

List of all members.

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.

Detailed Description

Change Message Visibility Request.


Member Function Documentation

- (NSString* SQSChangeMessageVisibilityRequest.)description  

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

Returns:
A string representation of this object.
- (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.

Parameters:
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.

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