@Generated(value="software.amazon.awssdk:codegen") public final class ControlInsightsMetadataItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ControlInsightsMetadataItem.Builder,ControlInsightsMetadataItem>
A summary of the latest analytics data for a specific control.
This data reflects the total counts for the specified control across all active assessments. Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ControlInsightsMetadataItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ControlInsightsMetadataItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EvidenceInsights |
evidenceInsights()
A breakdown of the compliance check status for the evidence that’s associated with the control.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the control.
|
Instant |
lastUpdated()
The time when the control insights were last updated.
|
String |
name()
The name of the control.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ControlInsightsMetadataItem.Builder> |
serializableBuilderClass() |
ControlInsightsMetadataItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the control.
public final String id()
The unique identifier for the control.
public final EvidenceInsights evidenceInsights()
A breakdown of the compliance check status for the evidence that’s associated with the control.
public final Instant lastUpdated()
The time when the control insights were last updated.
public ControlInsightsMetadataItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ControlInsightsMetadataItem.Builder,ControlInsightsMetadataItem>public static ControlInsightsMetadataItem.Builder builder()
public static Class<? extends ControlInsightsMetadataItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.