@Generated(value="software.amazon.awssdk:codegen") public final class CreateAssessmentReportRequest extends AuditManagerRequest implements ToCopyableBuilder<CreateAssessmentReportRequest.Builder,CreateAssessmentReportRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateAssessmentReportRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assessmentId()
The identifier for the assessment.
|
static CreateAssessmentReportRequest.Builder |
builder() |
String |
description()
The description of the assessment report.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the new assessment report.
|
String |
queryStatement()
A SQL statement that represents an evidence finder query.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateAssessmentReportRequest.Builder> |
serializableBuilderClass() |
CreateAssessmentReportRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the new assessment report.
public final String description()
The description of the assessment report.
public final String assessmentId()
The identifier for the assessment.
public final String queryStatement()
A SQL statement that represents an evidence finder query.
Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API.
To use this parameter, the enablementStatus of evidence finder must be ENABLED.
For examples and help resolving queryStatement validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.
Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API.
To use this parameter, the enablementStatus of evidence finder must be ENABLED.
For examples and help resolving queryStatement validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.
public CreateAssessmentReportRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateAssessmentReportRequest.Builder,CreateAssessmentReportRequest>toBuilder in class AuditManagerRequestpublic static CreateAssessmentReportRequest.Builder builder()
public static Class<? extends CreateAssessmentReportRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.