com.amazonaws.services.simpledb.model
Class DeleteDomainRequest

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

public class DeleteDomainRequest
extends AmazonWebServiceRequest

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

DeleteDomainRequest

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


DeleteDomainRequest

public DeleteDomainRequest(String domainName)
Constructs a new DeleteDomainRequest 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 to delete.
Method Detail

getDomainName

public String getDomainName()
The name of the domain to delete.

Returns:
The name of the domain to delete.

setDomainName

public void setDomainName(String domainName)
The name of the domain to delete.

Parameters:
domainName - The name of the domain to delete.

withDomainName

public DeleteDomainRequest withDomainName(String domainName)
The name of the domain to delete.

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

Parameters:
domainName - The name of the domain to delete.
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.