Inherits from NSObject
Declared in AmazonServiceRequestConfig.h

Tasks

  •   credentials

    Request specific credentials.

    property
  •   requestEndpoint

    Request specific endpoint. This value will override the setting in the service specific client used to submit the request. Inspect the ‘endpoint’ property in the AmazonXXXClient class to see the default endpoint.

    property
  •   urlConnection

    The connection object used to make the request.

    property
  •   requestTag

    Open property that enables user to distinquish various requests.

    property

Properties

credentials

Request specific credentials.

@property (nonatomic, retain) AmazonCredentials *credentials

Discussion

Request specific credentials.

Declared In

AmazonServiceRequestConfig.h

requestEndpoint

Request specific endpoint. This value will override the setting in the service specific client used to submit the request. Inspect the ‘endpoint’ property in the AmazonXXXClient class to see the default endpoint.

@property (nonatomic, retain) NSString *requestEndpoint

Discussion

Request specific endpoint. This value will override the setting in the service specific client used to submit the request. Inspect the ‘endpoint’ property in the AmazonXXXClient class to see the default endpoint.

Declared In

AmazonServiceRequestConfig.h

requestTag

Open property that enables user to distinquish various requests.

@property (nonatomic, retain) NSString *requestTag

Discussion

Open property that enables user to distinquish various requests.

Declared In

AmazonServiceRequestConfig.h

urlConnection

The connection object used to make the request.

@property (nonatomic, retain) NSURLConnection *urlConnection

Discussion

The connection object used to make the request.

Declared In

AmazonServiceRequestConfig.h