Public Member Functions | Properties

SQSDeleteQueueRequest Class Reference

Delete Queue Request. More...

#import <SQSDeleteQueueRequest.h>

List of all members.

Public Member Functions

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

Properties

NSString * queueUrl

Detailed Description

Delete Queue Request.


Member Function Documentation

- (NSString* SQSDeleteQueueRequest.)description  

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

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

Default constructor for a new DeleteQueueRequest object.

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

- (id SQSDeleteQueueRequest.)initWithQueueUrl: (NSString *)  theQueueUrl  

Constructs a new DeleteQueueRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theQueueUrl 

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