@Generated(value="software.amazon.awssdk:codegen") public final class AssessmentEvidenceFolder extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssessmentEvidenceFolder.Builder,AssessmentEvidenceFolder>
The folder where Audit Manager stores evidence for an assessment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssessmentEvidenceFolder.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assessmentId()
The identifier for the assessment.
|
Integer |
assessmentReportSelectionCount()
The total count of evidence that's included in the assessment report.
|
String |
author()
The name of the user who created the evidence folder.
|
static AssessmentEvidenceFolder.Builder |
builder() |
String |
controlId()
The unique identifier for the control.
|
String |
controlName()
The name of the control.
|
String |
controlSetId()
The identifier for the control set.
|
String |
dataSource()
The Amazon Web Service that the evidence was collected from.
|
Instant |
date()
The date when the first evidence was added to the evidence folder.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
evidenceAwsServiceSourceCount()
The total number of Amazon Web Services resources that were assessed to generate the evidence.
|
Integer |
evidenceByTypeComplianceCheckCount()
The number of evidence that falls under the compliance check category.
|
Integer |
evidenceByTypeComplianceCheckIssuesCount()
The total number of issues that were reported directly from Security Hub, Config, or both.
|
Integer |
evidenceByTypeConfigurationDataCount()
The number of evidence that falls under the configuration data category.
|
Integer |
evidenceByTypeManualCount()
The number of evidence that falls under the manual category.
|
Integer |
evidenceByTypeUserActivityCount()
The number of evidence that falls under the user activity category.
|
Integer |
evidenceResourcesIncludedCount()
The amount of evidence that's included in the evidence folder.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier for the folder that the evidence is stored in.
|
String |
name()
The name of the evidence folder.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssessmentEvidenceFolder.Builder> |
serializableBuilderClass() |
AssessmentEvidenceFolder.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalEvidence()
The total amount of evidence in the evidence folder.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the evidence folder.
public final Instant date()
The date when the first evidence was added to the evidence folder.
public final String assessmentId()
The identifier for the assessment.
public final String controlSetId()
The identifier for the control set.
public final String controlId()
The unique identifier for the control.
public final String id()
The identifier for the folder that the evidence is stored in.
public final String dataSource()
The Amazon Web Service that the evidence was collected from.
public final String author()
The name of the user who created the evidence folder.
public final Integer totalEvidence()
The total amount of evidence in the evidence folder.
public final Integer assessmentReportSelectionCount()
The total count of evidence that's included in the assessment report.
public final String controlName()
The name of the control.
public final Integer evidenceResourcesIncludedCount()
The amount of evidence that's included in the evidence folder.
public final Integer evidenceByTypeConfigurationDataCount()
The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services such as Amazon EC2, Amazon S3, or IAM.
public final Integer evidenceByTypeManualCount()
The number of evidence that falls under the manual category. This evidence is imported manually.
public final Integer evidenceByTypeComplianceCheckCount()
The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub.
public final Integer evidenceByTypeComplianceCheckIssuesCount()
The total number of issues that were reported directly from Security Hub, Config, or both.
public final Integer evidenceByTypeUserActivityCount()
The number of evidence that falls under the user activity category. This evidence is collected from CloudTrail logs.
public final Integer evidenceAwsServiceSourceCount()
The total number of Amazon Web Services resources that were assessed to generate the evidence.
public AssessmentEvidenceFolder.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssessmentEvidenceFolder.Builder,AssessmentEvidenceFolder>public static AssessmentEvidenceFolder.Builder builder()
public static Class<? extends AssessmentEvidenceFolder.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.