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