@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.
|
DomainSettingsForUpdate |
getDomainSettingsForUpdate()
A collection of
DomainSettings configuration values to update. |
int |
hashCode() |
void |
setDefaultUserSettings(UserSettings defaultUserSettings)
A collection of settings.
|
void |
setDomainId(String domainId)
The ID of the domain to be updated.
|
void |
setDomainSettingsForUpdate(DomainSettingsForUpdate domainSettingsForUpdate)
A collection of
DomainSettings configuration values to update. |
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.
|
UpdateDomainRequest |
withDomainSettingsForUpdate(DomainSettingsForUpdate domainSettingsForUpdate)
A collection of
DomainSettings configuration values 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 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 void setDomainSettingsForUpdate(DomainSettingsForUpdate domainSettingsForUpdate)
A collection of DomainSettings
configuration values to update.
domainSettingsForUpdate
- A collection of DomainSettings
configuration values to update.public DomainSettingsForUpdate getDomainSettingsForUpdate()
A collection of DomainSettings
configuration values to update.
DomainSettings
configuration values to update.public UpdateDomainRequest withDomainSettingsForUpdate(DomainSettingsForUpdate domainSettingsForUpdate)
A collection of DomainSettings
configuration values to update.
domainSettingsForUpdate
- A collection of DomainSettings
configuration values to update.public String toString()
toString
in class Object
Object.toString()
public UpdateDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()