Set Queue Attributes Request. More...
#import <SQSSetQueueAttributesRequest.h>
Public Member Functions | |
(id) | - init |
Default constructor for a new SetQueueAttributesRequest object. | |
(id) | - initWithQueueUrl:andAttributes: |
Constructs a new SetQueueAttributesRequest object. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. | |
Properties | |
NSString * | queueUrl |
NSMutableDictionary * | attributes |
A list of attributes to set. |
Set Queue Attributes Request.
- (NSString* SQSSetQueueAttributesRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SQSSetQueueAttributesRequest.)init |
Default constructor for a new SetQueueAttributesRequest object.
Callers should use the property methods to initialize this object after creating it.
- (id SQSSetQueueAttributesRequest.)initWithQueueUrl: | (NSString *) | theQueueUrl | ||
andAttributes: | (NSMutableDictionary *) | theAttributes | ||
Constructs a new SetQueueAttributesRequest object.
Callers should use properties to initialize any additional object members.
theQueueUrl | ||
theAttributes | A list of attributes to set. |