Domain Metadata Request. More...
#import <SimpleDBDomainMetadataRequest.h>
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. |
Domain Metadata Request.
- (NSString* SimpleDBDomainMetadataRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (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.
theDomainName | The name of the domain for which to display the metadata of. |