Create Queue Request. More...
#import <SQSCreateQueueRequest.h>
Public Member Functions | |
(id) | - init |
Default constructor for a new CreateQueueRequest object. | |
(id) | - initWithQueueName: |
Constructs a new CreateQueueRequest object. | |
(id) | - initWithQueueName:andDefaultVisibilityTimeout: |
Constructs a new CreateQueueRequest object. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. | |
Properties | |
NSString * | queueName |
The name to use for the created queue. | |
NSNumber * | defaultVisibilityTimeout |
The visibility timeout (in seconds) to use for the created queue. |
Create Queue Request.
- (NSString* SQSCreateQueueRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SQSCreateQueueRequest.)init |
Default constructor for a new CreateQueueRequest object.
Callers should use the property methods to initialize this object after creating it.
- (id SQSCreateQueueRequest.)initWithQueueName: | (NSString *) | theQueueName |
Constructs a new CreateQueueRequest object.
Callers should use properties to initialize any additional object members.
theQueueName | The name to use for the created queue. |
- (id SQSCreateQueueRequest.)initWithQueueName: | (NSString *) | theQueueName | ||
andDefaultVisibilityTimeout: | (NSNumber *) | theDefaultVisibilityTimeout | ||
Constructs a new CreateQueueRequest object.
Callers should use properties to initialize any additional object members.
theQueueName | The name to use for the created queue. | |
theDefaultVisibilityTimeout | The visibility timeout (in seconds) to use for the created queue. |