@Generated(value="software.amazon.awssdk:codegen") public final class DryRunResults extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DryRunResults.Builder,DryRunResults>
Results of a dry run performed in an update domain request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DryRunResults.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DryRunResults.Builder |
builder() |
String |
deploymentType()
Specifies the way in which OpenSearch Service will apply an update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A message corresponding to the deployment type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DryRunResults.Builder> |
serializableBuilderClass() |
DryRunResults.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deploymentType()
Specifies the way in which OpenSearch Service will apply an update. Possible values are:
Blue/Green - The update requires a blue/green deployment.
DynamicUpdate - No blue/green deployment required
Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete.
None - The request doesn't include any configuration changes.
Blue/Green - The update requires a blue/green deployment.
DynamicUpdate - No blue/green deployment required
Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete.
None - The request doesn't include any configuration changes.
public final String message()
A message corresponding to the deployment type.
public DryRunResults.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DryRunResults.Builder,DryRunResults>public static DryRunResults.Builder builder()
public static Class<? extends DryRunResults.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.