Public Member Functions | Properties

SQSRemovePermissionRequest Class Reference

Remove Permission Request. More...

#import <SQSRemovePermissionRequest.h>

List of all members.

Public Member Functions

(id) - init
 Default constructor for a new RemovePermissionRequest object.
(id) - initWithQueueUrl:andLabel:
 Constructs a new RemovePermissionRequest object.
(NSString *) - description
 Returns a string representation of this object; useful for testing and debugging.

Properties

NSString * queueUrl
NSString * label
 The identfication of the permission to remove.

Detailed Description

Remove Permission Request.


Member Function Documentation

- (NSString* SQSRemovePermissionRequest.)description  

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

Returns:
A string representation of this object.
- (id SQSRemovePermissionRequest.)init  

Default constructor for a new RemovePermissionRequest object.

Callers should use the property methods to initialize this object after creating it.

- (id SQSRemovePermissionRequest.)initWithQueueUrl: (NSString *)  theQueueUrl
andLabel: (NSString *)  theLabel 

Constructs a new RemovePermissionRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theQueueUrl 
theLabel The identfication of the permission to remove. This is the label added with the AddPermission operation.

Property Documentation

- (NSString *) label [read, write, retain]

The identfication of the permission to remove.

This is the label added with the AddPermission operation.


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