Class EnablementStatusSummary
- java.lang.Object
-
- software.amazon.awssdk.services.controltower.model.EnablementStatusSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EnablementStatusSummary.Builder,EnablementStatusSummary>
@Generated("software.amazon.awssdk:codegen") public final class EnablementStatusSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnablementStatusSummary.Builder,EnablementStatusSummary>
The deployment summary of the enabled control.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnablementStatusSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnablementStatusSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastOperationIdentifier()The last operation identifier for the enabled control.List<SdkField<?>>sdkFields()static Class<? extends EnablementStatusSummary.Builder>serializableBuilderClass()EnablementStatusstatus()The deployment status of the enabled control.StringstatusAsString()The deployment status of the enabled control.EnablementStatusSummary.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
-
lastOperationIdentifier
public final String lastOperationIdentifier()
The last operation identifier for the enabled control.
- Returns:
- The last operation identifier for the enabled control.
-
status
public final EnablementStatus status()
The deployment status of the enabled control.
Valid values:
-
SUCCEEDED: TheenabledControlconfiguration was deployed successfully. -
UNDER_CHANGE: TheenabledControlconfiguration is changing. -
FAILED: TheenabledControlconfiguration failed to deploy.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEnablementStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The deployment status of the enabled control.
Valid values:
-
SUCCEEDED: TheenabledControlconfiguration was deployed successfully. -
UNDER_CHANGE: TheenabledControlconfiguration is changing. -
FAILED: TheenabledControlconfiguration failed to deploy.
-
- See Also:
EnablementStatus
-
-
statusAsString
public final String statusAsString()
The deployment status of the enabled control.
Valid values:
-
SUCCEEDED: TheenabledControlconfiguration was deployed successfully. -
UNDER_CHANGE: TheenabledControlconfiguration is changing. -
FAILED: TheenabledControlconfiguration failed to deploy.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEnablementStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The deployment status of the enabled control.
Valid values:
-
SUCCEEDED: TheenabledControlconfiguration was deployed successfully. -
UNDER_CHANGE: TheenabledControlconfiguration is changing. -
FAILED: TheenabledControlconfiguration failed to deploy.
-
- See Also:
EnablementStatus
-
-
toBuilder
public EnablementStatusSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnablementStatusSummary.Builder,EnablementStatusSummary>
-
builder
public static EnablementStatusSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EnablementStatusSummary.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.
-
-