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, withSdkClientExecutionTimeout
public 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.
ReportFileFormat
public 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.
ReportType
public GetAssessmentReportRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
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.