@Generated(value="software.amazon.awssdk:codegen") public final class AssessmentEvidenceFolder extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssessmentEvidenceFolder.Builder,AssessmentEvidenceFolder>
The folder in which AWS 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 specified assessment.
|
Integer |
assessmentReportSelectionCount()
The total count of evidence 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 specified control.
|
String |
controlName()
The name of the control.
|
String |
controlSetId()
The identifier for the control set.
|
String |
dataSource()
The AWS service from which the evidence was collected.
|
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 AWS resources 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 AWS Security Hub, AWS 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 included in the evidence folder.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier for the folder in which evidence is stored.
|
String |
name()
The name of the specified 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 specified 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 specified assessment.
public final String controlSetId()
The identifier for the control set.
public final String controlId()
The unique identifier for the specified control.
public final String id()
The identifier for the folder in which evidence is stored.
public final String dataSource()
The AWS service from which the evidence was collected.
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 included in the assessment report.
public final String controlName()
The name of the control.
public final Integer evidenceResourcesIncludedCount()
The amount of evidence 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 AWS 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 AWS Config or AWS Security Hub.
public final Integer evidenceByTypeComplianceCheckIssuesCount()
The total number of issues that were reported directly from AWS Security Hub, AWS Config, or both.
public final Integer evidenceByTypeUserActivityCount()
The number of evidence that falls under the user activity category. This evidence is collected from AWS CloudTrail logs.
public final Integer evidenceAwsServiceSourceCount()
The total number of AWS resources 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 © 2021. All rights reserved.