@Generated(value="software.amazon.awssdk:codegen") public final class EnabledControlDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnabledControlDetails.Builder,EnabledControlDetails>
Information about the enabled control.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnabledControlDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the enabled control.
|
static EnabledControlDetails.Builder |
builder() |
String |
controlIdentifier()
The control identifier of the enabled 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() |
boolean |
hasTargetRegions()
For responses, this returns true if the service returned a value for the TargetRegions property.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnabledControlDetails.Builder> |
serializableBuilderClass() |
EnablementStatusSummary |
statusSummary()
The deployment summary of the enabled control.
|
String |
targetIdentifier()
The ARN of the organizational unit.
|
List<Region> |
targetRegions()
Target AWS Regions for the enabled control.
|
EnabledControlDetails.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 control identifier of the enabled 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()
The deployment summary of the enabled control.
public final String targetIdentifier()
The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.
targetIdentifier, see
the overview
page.public final boolean hasTargetRegions()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<Region> targetRegions()
Target AWS Regions for the enabled control.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTargetRegions() method.
public EnabledControlDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnabledControlDetails.Builder,EnabledControlDetails>public static EnabledControlDetails.Builder builder()
public static Class<? extends EnabledControlDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.