List Domains Request. More...
#import <SimpleDBListDomainsRequest.h>
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. |
List Domains Request.
- (NSString* SimpleDBListDomainsRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SimpleDBListDomainsRequest.)init |
Default constructor for a new ListDomainsRequest object.
Callers should use the property methods to initialize this object after creating it.
- (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.