@Generated(value="software.amazon.awssdk:codegen") public final class GetAssessmentReportRequest extends InspectorRequest implements ToCopyableBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetAssessmentReportRequest.Builder |
| Modifier and Type | Method and 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ReportFileFormat |
reportFileFormat()
Specifies the file format (html or pdf) of the assessment report that you want to generate.
|
String |
reportFileFormatAsString()
Specifies the file format (html or pdf) of the assessment report that you want to generate.
|
ReportType |
reportType()
Specifies the type of the assessment report that you want to generate.
|
String |
reportTypeAsString()
Specifies the type of the assessment report that you want to generate.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetAssessmentReportRequest.Builder> |
serializableBuilderClass() |
GetAssessmentReportRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String assessmentRunArn()
The ARN that specifies the assessment run for which you want to generate a report.
public final ReportFileFormat reportFileFormat()
Specifies the file format (html or pdf) of the assessment report that you want to generate.
If the service returns an enum value that is not available in the current SDK version, reportFileFormat
will return ReportFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from reportFileFormatAsString().
ReportFileFormatpublic final String reportFileFormatAsString()
Specifies the file format (html or pdf) of the assessment report that you want to generate.
If the service returns an enum value that is not available in the current SDK version, reportFileFormat
will return ReportFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from reportFileFormatAsString().
ReportFileFormatpublic final ReportType 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.
If the service returns an enum value that is not available in the current SDK version, reportType will
return ReportType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
reportTypeAsString().
ReportTypepublic final String reportTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, reportType will
return ReportType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
reportTypeAsString().
ReportTypepublic GetAssessmentReportRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>toBuilder in class InspectorRequestpublic static GetAssessmentReportRequest.Builder builder()
public static Class<? extends GetAssessmentReportRequest.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.