@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDomainEntryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateDomainEntryRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateDomainEntryRequest |
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 request.
|
String |
getDomainName()
The domain name (
example.com) for which you want to create the domain entry. |
int |
hashCode() |
void |
setDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry request.
|
void |
setDomainName(String domainName)
The domain name (
example.com) for which you want to create the domain entry. |
String |
toString()
Returns a string representation of this object.
|
CreateDomainEntryRequest |
withDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry request.
|
CreateDomainEntryRequest |
withDomainName(String domainName)
The domain name (
example.com) for which you want to create the domain entry. |
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, withSdkRequestTimeoutpublic void setDomainName(String domainName)
The domain name (example.com) for which you want to create the domain entry.
domainName - The domain name (example.com) for which you want to create the domain entry.public String getDomainName()
The domain name (example.com) for which you want to create the domain entry.
example.com) for which you want to create the domain entry.public CreateDomainEntryRequest withDomainName(String domainName)
The domain name (example.com) for which you want to create the domain entry.
domainName - The domain name (example.com) for which you want to create the domain entry.public void setDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry request.
domainEntry - An array of key-value pairs containing information about the domain entry request.public DomainEntry getDomainEntry()
An array of key-value pairs containing information about the domain entry request.
public CreateDomainEntryRequest withDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry request.
domainEntry - An array of key-value pairs containing information about the domain entry request.public String toString()
toString in class ObjectObject.toString()public CreateDomainEntryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()