Class DryRunResults
- java.lang.Object
-
- software.amazon.awssdk.services.elasticsearch.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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DryRunResults.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DryRunResults.Builder
builder()
String
deploymentType()
Specifies the deployment mechanism through which the update shall be applied on the domain.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
message()
Contains an optional message associated with the DryRunResults.List<SdkField<?>>
sdkFields()
static Class<? extends DryRunResults.Builder>
serializableBuilderClass()
DryRunResults.Builder
toBuilder()
String
toString()
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 deployment mechanism through which the update shall be applied on the domain. Possible responses are
Blue/Green
(The update will require a blue/green deployment.)DynamicUpdate
(The update can be applied in-place without a Blue/Green deployment required.)Undetermined
(The domain is undergoing an update which needs to complete before the deployment type can be predicted.)None
(The configuration change matches the current configuration and will not result in any update.)- Returns:
- Specifies the deployment mechanism through which the update shall be applied on the domain. Possible
responses are
Blue/Green
(The update will require a blue/green deployment.)DynamicUpdate
(The update can be applied in-place without a Blue/Green deployment required.)Undetermined
(The domain is undergoing an update which needs to complete before the deployment type can be predicted.)None
(The configuration change matches the current configuration and will not result in any update.)
-
message
public final String message()
Contains an optional message associated with the DryRunResults.
- Returns:
- Contains an optional message associated with the DryRunResults.
-
toBuilder
public DryRunResults.Builder toBuilder()
- Specified by:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-