com.amazonaws.services.simpledb.model
Class DomainMetadataRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.simpledb.model.DomainMetadataRequest

public class DomainMetadataRequest
extends AmazonWebServiceRequest

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

DomainMetadataRequest

public DomainMetadataRequest()
Default constructor for a new DomainMetadataRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.


DomainMetadataRequest

public DomainMetadataRequest(String domainName)
Constructs a new DomainMetadataRequest object and initializes the specified object members. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
domainName - The name of the domain for which to display the metadata of.
Method Detail

getDomainName

public String getDomainName()
The name of the domain for which to display the metadata of.

Returns:
The name of the domain for which to display the metadata of.

setDomainName

public void setDomainName(String domainName)
The name of the domain for which to display the metadata of.

Parameters:
domainName - The name of the domain for which to display the metadata of.

withDomainName

public DomainMetadataRequest withDomainName(String domainName)
The name of the domain for which to display the metadata of.

Returns a reference to this object so that method calls can be chained together.

Parameters:
domainName - The name of the domain for which to display the metadata of.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.