Class GetAssessmentReportRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.inspector.model.InspectorRequest
-
- software.amazon.awssdk.services.inspector.model.GetAssessmentReportRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetAssessmentReportRequest extends InspectorRequest implements ToCopyableBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetAssessmentReportRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassessmentRunArn()The ARN that specifies the assessment run for which you want to generate a report.static GetAssessmentReportRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ReportFileFormatreportFileFormat()Specifies the file format (html or pdf) of the assessment report that you want to generate.StringreportFileFormatAsString()Specifies the file format (html or pdf) of the assessment report that you want to generate.ReportTypereportType()Specifies the type of the assessment report that you want to generate.StringreportTypeAsString()Specifies the type of the assessment report that you want to generate.List<SdkField<?>>sdkFields()static Class<? extends GetAssessmentReportRequest.Builder>serializableBuilderClass()GetAssessmentReportRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
assessmentRunArn
public final String assessmentRunArn()
The ARN that specifies the assessment run for which you want to generate a report.
- Returns:
- The ARN that specifies the assessment run for which you want to generate a report.
-
reportFileFormat
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,
reportFileFormatwill returnReportFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreportFileFormatAsString().- Returns:
- Specifies the file format (html or pdf) of the assessment report that you want to generate.
- See Also:
ReportFileFormat
-
reportFileFormatAsString
public 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,
reportFileFormatwill returnReportFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreportFileFormatAsString().- Returns:
- Specifies the file format (html or pdf) of the assessment report that you want to generate.
- See Also:
ReportFileFormat
-
reportType
public 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,
reportTypewill returnReportType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreportTypeAsString().- Returns:
- 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.
- See Also:
ReportType
-
reportTypeAsString
public 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,
reportTypewill returnReportType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreportTypeAsString().- Returns:
- 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.
- See Also:
ReportType
-
toBuilder
public GetAssessmentReportRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetAssessmentReportRequest.Builder,GetAssessmentReportRequest>- Specified by:
toBuilderin classInspectorRequest
-
builder
public static GetAssessmentReportRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetAssessmentReportRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-