Class DryRunResults
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.DryRunResults
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DryRunResults.Builder,DryRunResults>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDryRunResults.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DryRunResults.Builderbuilder()StringdeploymentType()Specifies the way in which OpenSearch Service will apply an update.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()A message corresponding to the deployment type.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DryRunResults.Builder>serializableBuilderClass()DryRunResults.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deploymentType
public 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.
- Returns:
- 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.
-
-
-
message
public final String message()
A message corresponding to the deployment type.
- Returns:
- A message corresponding to the deployment type.
-
toBuilder
public DryRunResults.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DryRunResults.Builder,DryRunResults>
-
builder
public static DryRunResults.Builder builder()
-
serializableBuilderClass
public static Class<? extends DryRunResults.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-