Public Member Functions | Properties

SQSCreateQueueRequest Class Reference

Create Queue Request. More...

#import <SQSCreateQueueRequest.h>

List of all members.

Public Member Functions

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

Properties

NSString * queueName
 The name to use for the created queue.
NSNumber * defaultVisibilityTimeout
 The visibility timeout (in seconds) to use for the created queue.

Detailed Description

Create Queue Request.


Member Function Documentation

- (NSString* SQSCreateQueueRequest.)description  

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

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

Default constructor for a new CreateQueueRequest object.

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

- (id SQSCreateQueueRequest.)initWithQueueName: (NSString *)  theQueueName  

Constructs a new CreateQueueRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theQueueName The name to use for the created queue.
- (id SQSCreateQueueRequest.)initWithQueueName: (NSString *)  theQueueName
andDefaultVisibilityTimeout: (NSNumber *)  theDefaultVisibilityTimeout 

Constructs a new CreateQueueRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theQueueName The name to use for the created queue.
theDefaultVisibilityTimeout The visibility timeout (in seconds) to use for the created queue.

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