@Generated(value="software.amazon.awssdk:codegen") public final class EnablementStatusSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnablementStatusSummary.Builder,EnablementStatusSummary>
The deployment summary of the enabled control.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnablementStatusSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EnablementStatusSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastOperationIdentifier()
The last operation identifier for the enabled control.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnablementStatusSummary.Builder> |
serializableBuilderClass() |
EnablementStatus |
status()
The deployment status of the enabled control.
|
String |
statusAsString()
The deployment status of the enabled control.
|
EnablementStatusSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String lastOperationIdentifier()
The last operation identifier for the enabled control.
public final EnablementStatus status()
The deployment status of the enabled control.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
If the service returns an enum value that is not available in the current SDK version, status will
return EnablementStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
EnablementStatuspublic final String statusAsString()
The deployment status of the enabled control.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
If the service returns an enum value that is not available in the current SDK version, status will
return EnablementStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
EnablementStatuspublic EnablementStatusSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnablementStatusSummary.Builder,EnablementStatusSummary>public static EnablementStatusSummary.Builder builder()
public static Class<? extends EnablementStatusSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.