@Generated(value="software.amazon.awssdk:codegen") public final class AssessmentReport extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssessmentReport.Builder,AssessmentReport>
A finalized document that's generated from an Audit Manager assessment. These reports summarize the relevant evidence that was collected for your audit, and link to the relevant evidence folders. These evidence folders are named and organized according to the controls that are specified in your assessment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssessmentReport.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assessmentId()
The identifier for the specified assessment.
|
String |
assessmentName()
The name of the associated assessment.
|
String |
author()
The name of the user who created the assessment report.
|
String |
awsAccountId()
The identifier for the specified Amazon Web Services account.
|
static AssessmentReport.Builder |
builder() |
Instant |
creationTime()
Specifies when the assessment report was created.
|
String |
description()
The description of the specified assessment report.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the assessment report.
|
String |
name()
The name that's given to the assessment report.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssessmentReport.Builder> |
serializableBuilderClass() |
AssessmentReportStatus |
status()
The current status of the specified assessment report.
|
String |
statusAsString()
The current status of the specified assessment report.
|
AssessmentReport.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier for the assessment report.
public final String name()
The name that's given to the assessment report.
public final String description()
The description of the specified assessment report.
public final String awsAccountId()
The identifier for the specified Amazon Web Services account.
public final String assessmentId()
The identifier for the specified assessment.
public final String assessmentName()
The name of the associated assessment.
public final String author()
The name of the user who created the assessment report.
public final AssessmentReportStatus status()
The current status of the specified assessment report.
If the service returns an enum value that is not available in the current SDK version, status will
return AssessmentReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
AssessmentReportStatuspublic final String statusAsString()
The current status of the specified assessment report.
If the service returns an enum value that is not available in the current SDK version, status will
return AssessmentReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
AssessmentReportStatuspublic final Instant creationTime()
Specifies when the assessment report was created.
public AssessmentReport.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssessmentReport.Builder,AssessmentReport>public static AssessmentReport.Builder builder()
public static Class<? extends AssessmentReport.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.