@Generated(value="software.amazon.awssdk:codegen") public final class DryRunResults extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DryRunResults.Builder,DryRunResults>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DryRunResults.Builder |
| Modifier and Type | Method and 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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.)
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.)public final String message()
Contains an optional message associated with the DryRunResults.
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.