Class EnabledControlSummary
- java.lang.Object
-
- software.amazon.awssdk.services.controltower.model.EnabledControlSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EnabledControlSummary.Builder,EnabledControlSummary>
@Generated("software.amazon.awssdk:codegen") public final class EnabledControlSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnabledControlSummary.Builder,EnabledControlSummary>
Returns a summary of information about an enabled control.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnabledControlSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the enabled control.static EnabledControlSummary.Builderbuilder()StringcontrolIdentifier()ThecontrolIdentifierof the enabled control.DriftStatusSummarydriftStatusSummary()The drift status of the enabled control.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EnabledControlSummary.Builder>serializableBuilderClass()EnablementStatusSummarystatusSummary()A short description of the status of the enabled control.StringtargetIdentifier()The ARN of the organizational unit.EnabledControlSummary.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
-
arn
public final String arn()
The ARN of the enabled control.
- Returns:
- The ARN of the enabled control.
-
controlIdentifier
public final String controlIdentifier()
The
controlIdentifierof the enabled control.- Returns:
- The
controlIdentifierof the enabled control.
-
driftStatusSummary
public final DriftStatusSummary driftStatusSummary()
The drift status of the enabled control.
- Returns:
- The drift status of the enabled control.
-
statusSummary
public final EnablementStatusSummary statusSummary()
A short description of the status of the enabled control.
- Returns:
- A short description of the status of the enabled control.
-
targetIdentifier
public final String targetIdentifier()
The ARN of the organizational unit.
- Returns:
- The ARN of the organizational unit.
-
toBuilder
public EnabledControlSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnabledControlSummary.Builder,EnabledControlSummary>
-
builder
public static EnabledControlSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EnabledControlSummary.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.
-
-