@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainEndpointOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the UpdateDomainEndpointOptions operation. Specifies the name of
the domain you want to update and the domain endpoint options.
NOOP| Constructor and Description |
|---|
UpdateDomainEndpointOptionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainEndpointOptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DomainEndpointOptions |
getDomainEndpointOptions()
Whether to require that all requests to the domain arrive over HTTPS.
|
String |
getDomainName()
A string that represents the name of a domain.
|
int |
hashCode() |
void |
setDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Whether to require that all requests to the domain arrive over HTTPS.
|
void |
setDomainName(String domainName)
A string that represents the name of a domain.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDomainEndpointOptionsRequest |
withDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Whether to require that all requests to the domain arrive over HTTPS.
|
UpdateDomainEndpointOptionsRequest |
withDomainName(String domainName)
A string that represents the name of 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, withSdkRequestTimeoutpublic void setDomainName(String domainName)
A string that represents the name of a domain.
domainName - A string that represents the name of a domain.public String getDomainName()
A string that represents the name of a domain.
public UpdateDomainEndpointOptionsRequest withDomainName(String domainName)
A string that represents the name of a domain.
domainName - A string that represents the name of a domain.public void setDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Whether to require that all requests to the domain arrive over HTTPS. We recommend Policy-Min-TLS-1-2-2019-07 for TLSSecurityPolicy. For compatibility with older clients, the default is Policy-Min-TLS-1-0-2019-07.
domainEndpointOptions - Whether to require that all requests to the domain arrive over HTTPS. We recommend
Policy-Min-TLS-1-2-2019-07 for TLSSecurityPolicy. For compatibility with older clients, the default is
Policy-Min-TLS-1-0-2019-07.public DomainEndpointOptions getDomainEndpointOptions()
Whether to require that all requests to the domain arrive over HTTPS. We recommend Policy-Min-TLS-1-2-2019-07 for TLSSecurityPolicy. For compatibility with older clients, the default is Policy-Min-TLS-1-0-2019-07.
public UpdateDomainEndpointOptionsRequest withDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Whether to require that all requests to the domain arrive over HTTPS. We recommend Policy-Min-TLS-1-2-2019-07 for TLSSecurityPolicy. For compatibility with older clients, the default is Policy-Min-TLS-1-0-2019-07.
domainEndpointOptions - Whether to require that all requests to the domain arrive over HTTPS. We recommend
Policy-Min-TLS-1-2-2019-07 for TLSSecurityPolicy. For compatibility with older clients, the default is
Policy-Min-TLS-1-0-2019-07.public String toString()
toString in class ObjectObject.toString()public UpdateDomainEndpointOptionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()