Get Queue Attributes Request. More...
#import <SQSGetQueueAttributesRequest.h>
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. |
Get Queue Attributes Request.
- (NSString* SQSGetQueueAttributesRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (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.
theQueueUrl |