@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateDomainRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateDomainRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| UserSettings | getDefaultUserSettings()
 A collection of settings. | 
| String | getDomainId()
 The ID of the domain to be updated. | 
| int | hashCode() | 
| void | setDefaultUserSettings(UserSettings defaultUserSettings)
 A collection of settings. | 
| void | setDomainId(String domainId)
 The ID of the domain to be updated. | 
| String | toString()Returns a string representation of this object. | 
| UpdateDomainRequest | withDefaultUserSettings(UserSettings defaultUserSettings)
 A collection of settings. | 
| UpdateDomainRequest | withDomainId(String domainId)
 The ID of the domain to be updated. | 
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 setDomainId(String domainId)
The ID of the domain to be updated.
domainId - The ID of the domain to be updated.public String getDomainId()
The ID of the domain to be updated.
public UpdateDomainRequest withDomainId(String domainId)
The ID of the domain to be updated.
domainId - The ID of the domain to be updated.public void setDefaultUserSettings(UserSettings defaultUserSettings)
A collection of settings.
defaultUserSettings - A collection of settings.public UserSettings getDefaultUserSettings()
A collection of settings.
public UpdateDomainRequest withDefaultUserSettings(UserSettings defaultUserSettings)
A collection of settings.
defaultUserSettings - A collection of settings.public String toString()
toString in class ObjectObject.toString()public UpdateDomainRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()