@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainNameRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDomainNameRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDomainNameRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A description of the
DomainName . |
String |
getDomainName()
The domain name.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the
DomainName . |
void |
setDomainName(String domainName)
The domain name.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDomainNameRequest |
withDescription(String description)
A description of the
DomainName . |
UpdateDomainNameRequest |
withDomainName(String domainName)
The domain name.
|
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 domain name.
domainName
- The domain name.public String getDomainName()
The domain name.
public UpdateDomainNameRequest withDomainName(String domainName)
The domain name.
domainName
- The domain name.public void setDescription(String description)
A description of the DomainName
.
description
- A description of the DomainName
.public String getDescription()
A description of the DomainName
.
DomainName
.public UpdateDomainNameRequest withDescription(String description)
A description of the DomainName
.
description
- A description of the DomainName
.public String toString()
toString
in class Object
Object.toString()
public UpdateDomainNameRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()