@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDomainConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDomainConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AuthorizerConfig |
getAuthorizerConfig()
An object that specifies the authorization service for a domain.
|
String |
getDomainConfigurationName()
The name of the domain configuration to be updated.
|
String |
getDomainConfigurationStatus()
The status to which the domain configuration should be updated.
|
Boolean |
getRemoveAuthorizerConfig()
Removes the authorization configuration from a domain.
|
int |
hashCode() |
Boolean |
isRemoveAuthorizerConfig()
Removes the authorization configuration from a domain.
|
void |
setAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
void |
setDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration to be updated.
|
void |
setDomainConfigurationStatus(String domainConfigurationStatus)
The status to which the domain configuration should be updated.
|
void |
setRemoveAuthorizerConfig(Boolean removeAuthorizerConfig)
Removes the authorization configuration from a domain.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDomainConfigurationRequest |
withAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
UpdateDomainConfigurationRequest |
withDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration to be updated.
|
UpdateDomainConfigurationRequest |
withDomainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus)
The status to which the domain configuration should be updated.
|
UpdateDomainConfigurationRequest |
withDomainConfigurationStatus(String domainConfigurationStatus)
The status to which the domain configuration should be updated.
|
UpdateDomainConfigurationRequest |
withRemoveAuthorizerConfig(Boolean removeAuthorizerConfig)
Removes the authorization configuration from a domain.
|
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 setDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration to be updated.
domainConfigurationName
- The name of the domain configuration to be updated.public String getDomainConfigurationName()
The name of the domain configuration to be updated.
public UpdateDomainConfigurationRequest withDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration to be updated.
domainConfigurationName
- The name of the domain configuration to be updated.public void setAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
authorizerConfig
- An object that specifies the authorization service for a domain.public AuthorizerConfig getAuthorizerConfig()
An object that specifies the authorization service for a domain.
public UpdateDomainConfigurationRequest withAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
authorizerConfig
- An object that specifies the authorization service for a domain.public void setDomainConfigurationStatus(String domainConfigurationStatus)
The status to which the domain configuration should be updated.
domainConfigurationStatus
- The status to which the domain configuration should be updated.DomainConfigurationStatus
public String getDomainConfigurationStatus()
The status to which the domain configuration should be updated.
DomainConfigurationStatus
public UpdateDomainConfigurationRequest withDomainConfigurationStatus(String domainConfigurationStatus)
The status to which the domain configuration should be updated.
domainConfigurationStatus
- The status to which the domain configuration should be updated.DomainConfigurationStatus
public UpdateDomainConfigurationRequest withDomainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus)
The status to which the domain configuration should be updated.
domainConfigurationStatus
- The status to which the domain configuration should be updated.DomainConfigurationStatus
public void setRemoveAuthorizerConfig(Boolean removeAuthorizerConfig)
Removes the authorization configuration from a domain.
removeAuthorizerConfig
- Removes the authorization configuration from a domain.public Boolean getRemoveAuthorizerConfig()
Removes the authorization configuration from a domain.
public UpdateDomainConfigurationRequest withRemoveAuthorizerConfig(Boolean removeAuthorizerConfig)
Removes the authorization configuration from a domain.
removeAuthorizerConfig
- Removes the authorization configuration from a domain.public Boolean isRemoveAuthorizerConfig()
Removes the authorization configuration from a domain.
public String toString()
toString
in class Object
Object.toString()
public UpdateDomainConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.