Cloneable, ReadLimitInfo, ToCopyableBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>@Generated("software.amazon.awssdk:codegen") public class GetAssessmentReportRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GetAssessmentReportRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
String |
assessmentRunArn() |
The ARN that specifies the assessment run for which you want to generate a report.
|
static GetAssessmentReportRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
reportFileFormat() |
Specifies the file format (html or pdf) of the assessment report that you want to generate.
|
String |
reportType() |
Specifies the type of the assessment report that you want to generate.
|
static Class<? extends GetAssessmentReportRequest.Builder> |
serializableBuilderClass() |
|
GetAssessmentReportRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String assessmentRunArn()
The ARN that specifies the assessment run for which you want to generate a report.
public String reportFileFormat()
Specifies the file format (html or pdf) of the assessment report that you want to generate.
ReportFileFormatpublic String reportType()
Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see Assessment Reports.
ReportTypepublic GetAssessmentReportRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>public static GetAssessmentReportRequest.Builder builder()
public static Class<? extends GetAssessmentReportRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.