Public Member Functions | Properties

SQSSetQueueAttributesRequest Class Reference

Set Queue Attributes Request. More...

#import <SQSSetQueueAttributesRequest.h>

List of all members.

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.

Detailed Description

Set Queue Attributes Request.


Member Function Documentation

- (NSString* SQSSetQueueAttributesRequest.)description  

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

Returns:
A string representation of this object.
- (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.

Parameters:
theQueueUrl 
theAttributes A list of attributes to set.

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