|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpledb.model.DeleteDomainRequest
public class DeleteDomainRequest
Delete Domain Request
| Constructor Summary | |
|---|---|
DeleteDomainRequest()
Default constructor for a new DeleteDomainRequest object. |
|
DeleteDomainRequest(String domainName)
Constructs a new DeleteDomainRequest object and initializes the specified object members. |
|
| Method Summary | |
|---|---|
String |
getDomainName()
The name of the domain to delete. |
void |
setDomainName(String domainName)
The name of the domain to delete. |
String |
toString()
|
DeleteDomainRequest |
withDomainName(String domainName)
The name of the domain to delete. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteDomainRequest()
public DeleteDomainRequest(String domainName)
domainName - The name of the domain to delete.| Method Detail |
|---|
public String getDomainName()
public void setDomainName(String domainName)
domainName - The name of the domain to delete.public DeleteDomainRequest withDomainName(String domainName)
Returns a reference to this object so that method calls can be chained together.
domainName - The name of the domain to delete.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||