|
||||||||||
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.DomainMetadataRequest
public class DomainMetadataRequest
Domain Metadata Request
Constructor Summary | |
---|---|
DomainMetadataRequest()
Default constructor for a new DomainMetadataRequest object. |
|
DomainMetadataRequest(String domainName)
Constructs a new DomainMetadataRequest object and initializes the specified object members. |
Method Summary | |
---|---|
String |
getDomainName()
The name of the domain for which to display the metadata of. |
void |
setDomainName(String domainName)
The name of the domain for which to display the metadata of. |
String |
toString()
|
DomainMetadataRequest |
withDomainName(String domainName)
The name of the domain for which to display the metadata of. |
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 DomainMetadataRequest()
public DomainMetadataRequest(String domainName)
domainName
- The name of the domain for which to display the
metadata of.Method Detail |
---|
public String getDomainName()
public void setDomainName(String domainName)
domainName
- The name of the domain for which to display the metadata of.public DomainMetadataRequest withDomainName(String domainName)
Returns a reference to this object so that method calls can be chained together.
domainName
- The name of the domain for which to display the metadata of.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |