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 metadata.
 void setDomainName(String domainName)
          The name of the domain for which to display metadata.
 String toString()
           
 DomainMetadataRequest withDomainName(String domainName)
          The name of the domain for which to display metadata.
 
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 metadata.
Method Detail

getDomainName

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

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

setDomainName

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

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

withDomainName

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

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 metadata.
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.