@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDomainEntryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteDomainEntryRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteDomainEntryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DomainEntry |
getDomainEntry()
An array of key-value pairs containing information about your domain entries.
|
String |
getDomainName()
The name of the domain entry to delete.
|
int |
hashCode() |
void |
setDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about your domain entries.
|
void |
setDomainName(String domainName)
The name of the domain entry to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteDomainEntryRequest |
withDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about your domain entries.
|
DeleteDomainEntryRequest |
withDomainName(String domainName)
The name of the domain entry to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainName(String domainName)
The name of the domain entry to delete.
domainName
- The name of the domain entry to delete.public String getDomainName()
The name of the domain entry to delete.
public DeleteDomainEntryRequest withDomainName(String domainName)
The name of the domain entry to delete.
domainName
- The name of the domain entry to delete.public void setDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about your domain entries.
domainEntry
- An array of key-value pairs containing information about your domain entries.public DomainEntry getDomainEntry()
An array of key-value pairs containing information about your domain entries.
public DeleteDomainEntryRequest withDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about your domain entries.
domainEntry
- An array of key-value pairs containing information about your domain entries.public String toString()
toString
in class Object
Object.toString()
public DeleteDomainEntryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.