Public Member Functions | Properties

SimpleDBDeleteDomainRequest Class Reference

Delete Domain Request. More...

#import <SimpleDBDeleteDomainRequest.h>

List of all members.

Public Member Functions

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

Properties

NSString * domainName
 The name of the domain to delete.

Detailed Description

Delete Domain Request.


Member Function Documentation

- (NSString* SimpleDBDeleteDomainRequest.)description  

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

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

Default constructor for a new DeleteDomainRequest object.

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

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

Constructs a new DeleteDomainRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theDomainName The name of the domain to delete.

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