@Generated(value="software.amazon.awssdk:codegen") public final class CreateFindingsReportRequest extends Inspector2Request implements ToCopyableBuilder<CreateFindingsReportRequest.Builder,CreateFindingsReportRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateFindingsReportRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateFindingsReportRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FilterCriteria |
filterCriteria()
The filter criteria to apply to the results of the finding report.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ReportFormat |
reportFormat()
The format to generate the report in.
|
String |
reportFormatAsString()
The format to generate the report in.
|
Destination |
s3Destination()
The Amazon S3 export destination for the report.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateFindingsReportRequest.Builder> |
serializableBuilderClass() |
CreateFindingsReportRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FilterCriteria filterCriteria()
The filter criteria to apply to the results of the finding report.
public final ReportFormat reportFormat()
The format to generate the report in.
If the service returns an enum value that is not available in the current SDK version, reportFormat will
return ReportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
reportFormatAsString().
ReportFormatpublic final String reportFormatAsString()
The format to generate the report in.
If the service returns an enum value that is not available in the current SDK version, reportFormat will
return ReportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
reportFormatAsString().
ReportFormatpublic final Destination s3Destination()
The Amazon S3 export destination for the report.
public CreateFindingsReportRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateFindingsReportRequest.Builder,CreateFindingsReportRequest>toBuilder in class Inspector2Requestpublic static CreateFindingsReportRequest.Builder builder()
public static Class<? extends CreateFindingsReportRequest.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.