@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainEntryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDomainEntryRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDomainEntryRequest |
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 the domain entry.
|
String |
getDomainName()
The name of the domain recordset to update.
|
int |
hashCode() |
void |
setDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry.
|
void |
setDomainName(String domainName)
The name of the domain recordset to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateDomainEntryRequest |
withDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry.
|
UpdateDomainEntryRequest |
withDomainName(String domainName)
The name of the domain recordset to update.
|
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 recordset to update.
domainName
- The name of the domain recordset to update.public String getDomainName()
The name of the domain recordset to update.
public UpdateDomainEntryRequest withDomainName(String domainName)
The name of the domain recordset to update.
domainName
- The name of the domain recordset to update.public void setDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry.
domainEntry
- An array of key-value pairs containing information about the domain entry.public DomainEntry getDomainEntry()
An array of key-value pairs containing information about the domain entry.
public UpdateDomainEntryRequest withDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry.
domainEntry
- An array of key-value pairs containing information about the domain entry.public String toString()
toString
in class Object
Object.toString()
public UpdateDomainEntryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.