Public Member Functions | Properties

SQSAddPermissionRequest Class Reference

Add Permission Request. More...

#import <SQSAddPermissionRequest.h>

List of all members.

Public Member Functions

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

Properties

NSString * queueUrl
NSString * label
NSMutableArray * aWSAccountIds
 The AWS account number of the principal who will be given permission.
NSMutableArray * actions
 The action the client wants to allow for the specified principal.

Detailed Description

Add Permission Request.


Member Function Documentation

- (NSString* SQSAddPermissionRequest.)description  

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

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

Default constructor for a new AddPermissionRequest object.

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

- (id SQSAddPermissionRequest.)initWithQueueUrl: (NSString *)  theQueueUrl
andLabel: (NSString *)  theLabel
andAWSAccountIds: (NSMutableArray *)  theAWSAccountIds
andActions: (NSMutableArray *)  theActions 

Constructs a new AddPermissionRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theQueueUrl 
theLabel 
theAWSAccountIds The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS.
theActions The action the client wants to allow for the specified principal.

Property Documentation

- (NSMutableArray *) aWSAccountIds [read, write, retain]

The AWS account number of the principal who will be given permission.

The principal must have an AWS account, but does not need to be signed up for Amazon SQS.


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