@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainEndpointOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeDomainEndpointOptions
operation. Specify the name of
the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
NOOP
Constructor and Description |
---|
DescribeDomainEndpointOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDomainEndpointOptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDeployed()
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration.
|
String |
getDomainName()
A string that represents the name of a domain.
|
int |
hashCode() |
Boolean |
isDeployed()
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration.
|
void |
setDeployed(Boolean deployed)
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration.
|
void |
setDomainName(String domainName)
A string that represents the name of a domain.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDomainEndpointOptionsRequest |
withDeployed(Boolean deployed)
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration.
|
DescribeDomainEndpointOptionsRequest |
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, withSdkRequestTimeout
public DescribeDomainEndpointOptionsRequest()
public 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 DescribeDomainEndpointOptionsRequest withDomainName(String domainName)
A string that represents the name of a domain.
domainName
- A string that represents the name of a domain.public void setDeployed(Boolean deployed)
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration. Defaults to false
.
deployed
- Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration. Defaults to false
.public Boolean getDeployed()
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration. Defaults to false
.
false
.public DescribeDomainEndpointOptionsRequest withDeployed(Boolean deployed)
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration. Defaults to false
.
deployed
- Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration. Defaults to false
.public Boolean isDeployed()
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration. Defaults to false
.
false
.public String toString()
toString
in class Object
Object.toString()
public DescribeDomainEndpointOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()