Class ControlInsightsMetadataByAssessmentItem
- java.lang.Object
-
- software.amazon.awssdk.services.auditmanager.model.ControlInsightsMetadataByAssessmentItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ControlInsightsMetadataByAssessmentItem.Builder,ControlInsightsMetadataByAssessmentItem>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceControlInsightsMetadataByAssessmentItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ControlInsightsMetadataByAssessmentItem.Builderbuilder()StringcontrolSetName()The name of the control set that the assessment control belongs to.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EvidenceInsightsevidenceInsights()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)inthashCode()Stringid()The unique identifier for the assessment control.InstantlastUpdated()The time when the assessment control insights were last updated.Stringname()The name of the assessment control.List<SdkField<?>>sdkFields()static Class<? extends ControlInsightsMetadataByAssessmentItem.Builder>serializableBuilderClass()ControlInsightsMetadataByAssessmentItem.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
-
name
public final String name()
The name of the assessment control.
- Returns:
- The name of the assessment control.
-
id
public final String id()
The unique identifier for the assessment control.
- Returns:
- The unique identifier for the assessment control.
-
evidenceInsights
public final EvidenceInsights evidenceInsights()
A breakdown of the compliance check status for the evidence that’s associated with the assessment control.
- Returns:
- A breakdown of the compliance check status for the evidence that’s associated with the assessment control.
-
controlSetName
public final String controlSetName()
The name of the control set that the assessment control belongs to.
- Returns:
- The name of the control set that the assessment control belongs to.
-
lastUpdated
public final Instant lastUpdated()
The time when the assessment control insights were last updated.
- Returns:
- The time when the assessment control insights were last updated.
-
toBuilder
public ControlInsightsMetadataByAssessmentItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ControlInsightsMetadataByAssessmentItem.Builder,ControlInsightsMetadataByAssessmentItem>
-
builder
public static ControlInsightsMetadataByAssessmentItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends ControlInsightsMetadataByAssessmentItem.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.
-
-