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