@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDomainEndpointOptionsRequest extends CloudSearchRequest implements ToCopyableBuilder<DescribeDomainEndpointOptionsRequest.Builder,DescribeDomainEndpointOptionsRequest>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDomainEndpointOptionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeDomainEndpointOptionsRequest.Builder |
builder() |
Boolean |
deployed()
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration.
|
String |
domainName()
A string that represents the name of a domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDomainEndpointOptionsRequest.Builder> |
serializableBuilderClass() |
DescribeDomainEndpointOptionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
A string that represents the name of a domain.
public final Boolean deployed()
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration. Defaults to false.
false.public DescribeDomainEndpointOptionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDomainEndpointOptionsRequest.Builder,DescribeDomainEndpointOptionsRequest>toBuilder in class CloudSearchRequestpublic static DescribeDomainEndpointOptionsRequest.Builder builder()
public static Class<? extends DescribeDomainEndpointOptionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.