@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) |
String |
getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
String |
getDescription()
The description to be updated as part of the
UpdateDomain action. |
String |
getDomainExecutionRole()
The domain execution role to be updated as part of the
UpdateDomain action. |
String |
getIdentifier()
The ID of the Amazon Web Services domain that is to be updated.
|
String |
getName()
The name to be updated as part of the
UpdateDomain action. |
SingleSignOn |
getSingleSignOn()
The single sign-on option to be updated as part of the
UpdateDomain action. |
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
void |
setDescription(String description)
The description to be updated as part of the
UpdateDomain action. |
void |
setDomainExecutionRole(String domainExecutionRole)
The domain execution role to be updated as part of the
UpdateDomain action. |
void |
setIdentifier(String identifier)
The ID of the Amazon Web Services domain that is to be updated.
|
void |
setName(String name)
The name to be updated as part of the
UpdateDomain action. |
void |
setSingleSignOn(SingleSignOn singleSignOn)
The single sign-on option to be updated as part of the
UpdateDomain action. |
String |
toString()
Returns a string representation of this object.
|
UpdateDomainRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
UpdateDomainRequest |
withDescription(String description)
The description to be updated as part of the
UpdateDomain action. |
UpdateDomainRequest |
withDomainExecutionRole(String domainExecutionRole)
The domain execution role to be updated as part of the
UpdateDomain action. |
UpdateDomainRequest |
withIdentifier(String identifier)
The ID of the Amazon Web Services domain that is to be updated.
|
UpdateDomainRequest |
withName(String name)
The name to be updated as part of the
UpdateDomain action. |
UpdateDomainRequest |
withSingleSignOn(SingleSignOn singleSignOn)
The single sign-on option to be updated as part of the
UpdateDomain action. |
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 setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
public UpdateDomainRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public void setDescription(String description)
The description to be updated as part of the UpdateDomain
action.
description
- The description to be updated as part of the UpdateDomain
action.public String getDescription()
The description to be updated as part of the UpdateDomain
action.
UpdateDomain
action.public UpdateDomainRequest withDescription(String description)
The description to be updated as part of the UpdateDomain
action.
description
- The description to be updated as part of the UpdateDomain
action.public void setDomainExecutionRole(String domainExecutionRole)
The domain execution role to be updated as part of the UpdateDomain
action.
domainExecutionRole
- The domain execution role to be updated as part of the UpdateDomain
action.public String getDomainExecutionRole()
The domain execution role to be updated as part of the UpdateDomain
action.
UpdateDomain
action.public UpdateDomainRequest withDomainExecutionRole(String domainExecutionRole)
The domain execution role to be updated as part of the UpdateDomain
action.
domainExecutionRole
- The domain execution role to be updated as part of the UpdateDomain
action.public void setIdentifier(String identifier)
The ID of the Amazon Web Services domain that is to be updated.
identifier
- The ID of the Amazon Web Services domain that is to be updated.public String getIdentifier()
The ID of the Amazon Web Services domain that is to be updated.
public UpdateDomainRequest withIdentifier(String identifier)
The ID of the Amazon Web Services domain that is to be updated.
identifier
- The ID of the Amazon Web Services domain that is to be updated.public void setName(String name)
The name to be updated as part of the UpdateDomain
action.
name
- The name to be updated as part of the UpdateDomain
action.public String getName()
The name to be updated as part of the UpdateDomain
action.
UpdateDomain
action.public UpdateDomainRequest withName(String name)
The name to be updated as part of the UpdateDomain
action.
name
- The name to be updated as part of the UpdateDomain
action.public void setSingleSignOn(SingleSignOn singleSignOn)
The single sign-on option to be updated as part of the UpdateDomain
action.
singleSignOn
- The single sign-on option to be updated as part of the UpdateDomain
action.public SingleSignOn getSingleSignOn()
The single sign-on option to be updated as part of the UpdateDomain
action.
UpdateDomain
action.public UpdateDomainRequest withSingleSignOn(SingleSignOn singleSignOn)
The single sign-on option to be updated as part of the UpdateDomain
action.
singleSignOn
- The single sign-on option to be updated as part of the UpdateDomain
action.public String toString()
toString
in class Object
Object.toString()
public UpdateDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()