Public Member Functions | Properties

AmazonServiceRequest Class Reference

Inherited by S3Request, SimpleDBRequest, SNSRequest, and SQSRequest.

List of all members.

Public Member Functions

(NSMutableURLRequest *) - configureURLRequest
(NSString *) - queryString
(void) - setParameterValue:forKey:

Properties

NSMutableURLRequest * urlRequest
 The urlRequest object which represents this request.
NSString * httpMethod
 The HTTP Method (GET, PUT, POST, DELETE) used for the request.
NSURL * url
 The URL for the resource.
NSMutableDictionary * parameters
NSString * endpoint

Property Documentation

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

The HTTP Method (GET, PUT, POST, DELETE) used for the request.

- (NSURL* AmazonServiceRequest.)url [read, assign]

The URL for the resource.

This property is read-only.

Implemented in S3Request.

- (NSMutableURLRequest *) urlRequest [read, write, retain]

The urlRequest object which represents this request.

Use configureURLRequest to make sure all fields have


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