@Generated(value="software.amazon.awssdk:codegen") public final class EnabledControlSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnabledControlSummary.Builder,EnabledControlSummary>
A summary of enabled controls.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnabledControlSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the enabled control.
|
static EnabledControlSummary.Builder |
builder() |
String |
controlIdentifier()
The ARN of the control.
|
DriftStatusSummary |
driftStatusSummary()
The drift status of the enabled control.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnabledControlSummary.Builder> |
serializableBuilderClass() |
EnablementStatusSummary |
statusSummary()
|
String |
targetIdentifier()
The ARN of the organizational unit.
|
EnabledControlSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the enabled control.
public final String controlIdentifier()
The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the
exception of the Region deny control. For information on how to find the controlIdentifier,
see the overview page.
controlIdentifier, see the overview page.public final DriftStatusSummary driftStatusSummary()
The drift status of the enabled control.
public final EnablementStatusSummary statusSummary()
public final String targetIdentifier()
The ARN of the organizational unit.
public EnabledControlSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnabledControlSummary.Builder,EnabledControlSummary>public static EnabledControlSummary.Builder builder()
public static Class<? extends EnabledControlSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.