@Generated(value="software.amazon.awssdk:codegen") public final class ControlInsightsMetadataByAssessmentItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ControlInsightsMetadataByAssessmentItem.Builder,ControlInsightsMetadataByAssessmentItem>
A summary of the latest analytics data for a specific control in a specific active assessment.
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 |
ControlInsightsMetadataByAssessmentItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ControlInsightsMetadataByAssessmentItem.Builder |
builder() |
String |
controlSetName()
The name of the control set that the assessment control belongs to.
|
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 assessment control.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the assessment control.
|
Instant |
lastUpdated()
The time when the assessment control insights were last updated.
|
String |
name()
The name of the assessment control.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ControlInsightsMetadataByAssessmentItem.Builder> |
serializableBuilderClass() |
ControlInsightsMetadataByAssessmentItem.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 assessment control.
public final String id()
The unique identifier for the assessment control.
public final EvidenceInsights evidenceInsights()
A breakdown of the compliance check status for the evidence that’s associated with the assessment control.
public final String controlSetName()
The name of the control set that the assessment control belongs to.
public final Instant lastUpdated()
The time when the assessment control insights were last updated.
public ControlInsightsMetadataByAssessmentItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ControlInsightsMetadataByAssessmentItem.Builder,ControlInsightsMetadataByAssessmentItem>public static ControlInsightsMetadataByAssessmentItem.Builder builder()
public static Class<? extends ControlInsightsMetadataByAssessmentItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.