@Generated(value="software.amazon.awssdk:codegen") public final class GetSbomExportResponse extends Inspector2Response implements ToCopyableBuilder<GetSbomExportResponse.Builder,GetSbomExportResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSbomExportResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSbomExportResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ReportingErrorCode |
errorCode()
An error code.
|
String |
errorCodeAsString()
An error code.
|
String |
errorMessage()
An error message.
|
ResourceFilterCriteria |
filterCriteria()
Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.
|
SbomReportFormat |
format()
The format of the software bill of materials (SBOM) report.
|
String |
formatAsString()
The format of the software bill of materials (SBOM) report.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
reportId()
The report ID of 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 GetSbomExportResponse.Builder> |
serializableBuilderClass() |
ExternalReportStatus |
status()
The status of the software bill of materials (SBOM) report.
|
String |
statusAsString()
The status of the software bill of materials (SBOM) report.
|
GetSbomExportResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ReportingErrorCode errorCode()
An error code.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return ReportingErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCodeAsString().
ReportingErrorCodepublic final String errorCodeAsString()
An error code.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return ReportingErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCodeAsString().
ReportingErrorCodepublic final String errorMessage()
An error message.
public final ResourceFilterCriteria filterCriteria()
Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.
public final SbomReportFormat format()
The format of the software bill of materials (SBOM) report.
If the service returns an enum value that is not available in the current SDK version, format will
return SbomReportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
SbomReportFormatpublic final String formatAsString()
The format of the software bill of materials (SBOM) report.
If the service returns an enum value that is not available in the current SDK version, format will
return SbomReportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
SbomReportFormatpublic final String reportId()
The report ID of the software bill of materials (SBOM) report.
public final Destination s3Destination()
public final ExternalReportStatus status()
The status of the software bill of materials (SBOM) report.
If the service returns an enum value that is not available in the current SDK version, status will
return ExternalReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ExternalReportStatuspublic final String statusAsString()
The status of the software bill of materials (SBOM) report.
If the service returns an enum value that is not available in the current SDK version, status will
return ExternalReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ExternalReportStatuspublic GetSbomExportResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSbomExportResponse.Builder,GetSbomExportResponse>toBuilder in class AwsResponsepublic static GetSbomExportResponse.Builder builder()
public static Class<? extends GetSbomExportResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.