@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDryRunProgressRequest extends OpenSearchRequest implements ToCopyableBuilder<DescribeDryRunProgressRequest.Builder,DescribeDryRunProgressRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDryRunProgressRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeDryRunProgressRequest.Builder |
builder() |
String |
domainName()
The name of the domain.
|
String |
dryRunId()
The unique identifier of the dry run.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
loadDryRunConfig()
Whether to include the configuration of the dry run in the response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDryRunProgressRequest.Builder> |
serializableBuilderClass() |
DescribeDryRunProgressRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The name of the domain.
public final String dryRunId()
The unique identifier of the dry run.
public final Boolean loadDryRunConfig()
Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.
public DescribeDryRunProgressRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDryRunProgressRequest.Builder,DescribeDryRunProgressRequest>toBuilder in class OpenSearchRequestpublic static DescribeDryRunProgressRequest.Builder builder()
public static Class<? extends DescribeDryRunProgressRequest.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.