@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.
|
ServerCertificateConfig |
getServerCertificateConfig()
The server certificate configuration.
|
TlsConfig |
getTlsConfig()
An object that specifies the TLS configuration for 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.
|
void |
setServerCertificateConfig(ServerCertificateConfig serverCertificateConfig)
The server certificate configuration.
|
void |
setTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for 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.
|
UpdateDomainConfigurationRequest |
withServerCertificateConfig(ServerCertificateConfig serverCertificateConfig)
The server certificate configuration.
|
UpdateDomainConfigurationRequest |
withTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for 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 void setTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for a domain.
tlsConfig
- An object that specifies the TLS configuration for a domain.public TlsConfig getTlsConfig()
An object that specifies the TLS configuration for a domain.
public UpdateDomainConfigurationRequest withTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for a domain.
tlsConfig
- An object that specifies the TLS configuration for a domain.public void setServerCertificateConfig(ServerCertificateConfig serverCertificateConfig)
The server certificate configuration.
serverCertificateConfig
- The server certificate configuration.public ServerCertificateConfig getServerCertificateConfig()
The server certificate configuration.
public UpdateDomainConfigurationRequest withServerCertificateConfig(ServerCertificateConfig serverCertificateConfig)
The server certificate configuration.
serverCertificateConfig
- The server certificate configuration.public String toString()
toString
in class Object
Object.toString()
public UpdateDomainConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()