Public Member Functions | Properties

SimpleDBListDomainsRequest Class Reference

List Domains Request. More...

#import <SimpleDBListDomainsRequest.h>

List of all members.

Public Member Functions

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

Properties

NSNumber * maxNumberOfDomains
 The maximum number of domain names you want returned.
NSString * nextToken
 A string informing Amazon SimpleDB where to start the next list of domain names.

Detailed Description

List Domains Request.


Member Function Documentation

- (NSString* SimpleDBListDomainsRequest.)description  

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

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

Default constructor for a new ListDomainsRequest object.

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


Property Documentation

- (NSNumber *) maxNumberOfDomains [read, write, retain]

The maximum number of domain names you want returned.

The range is 1 to 100. The default setting is 100.


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