Public Member Functions | Properties

SimpleDBListDomainsResponse Class Reference

List Domains Result. More...

#import <SimpleDBListDomainsResponse.h>

List of all members.

Public Member Functions

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

Properties

NSMutableArray * domainNames
 A list of domain names that match the expression.
NSString * nextToken
 An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.

Detailed Description

List Domains Result.


Member Function Documentation

- (NSString* SimpleDBListDomainsResponse.)description  

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

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

Default constructor for a new object.

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


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