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