Public Member Functions | Properties

SimpleDBDomainMetadataRequest Class Reference

Domain Metadata Request. More...

#import <SimpleDBDomainMetadataRequest.h>

List of all members.

Public Member Functions

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

Properties

NSString * domainName
 The name of the domain for which to display the metadata of.

Detailed Description

Domain Metadata Request.


Member Function Documentation

- (NSString* SimpleDBDomainMetadataRequest.)description  

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

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

Default constructor for a new DomainMetadataRequest object.

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

- (id SimpleDBDomainMetadataRequest.)initWithDomainName: (NSString *)  theDomainName  

Constructs a new DomainMetadataRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theDomainName The name of the domain for which to display the metadata of.

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