Public Member Functions | Properties

SQSGetQueueAttributesRequest Class Reference

Get Queue Attributes Request. More...

#import <SQSGetQueueAttributesRequest.h>

List of all members.

Public Member Functions

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

Properties

NSString * queueUrl
NSMutableArray * attributeNames
 A list of attributes to get.

Detailed Description

Get Queue Attributes Request.


Member Function Documentation

- (NSString* SQSGetQueueAttributesRequest.)description  

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

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

Default constructor for a new GetQueueAttributesRequest object.

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

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

Constructs a new GetQueueAttributesRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theQueueUrl 

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