@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSbomExportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetSbomExportResult() |
| Modifier and Type | Method and Description |
|---|---|
GetSbomExportResult |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
An error code.
|
String |
getErrorMessage()
An error message.
|
ResourceFilterCriteria |
getFilterCriteria()
Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.
|
String |
getFormat()
The format of the software bill of materials (SBOM) report.
|
String |
getReportId()
The report ID of the software bill of materials (SBOM) report.
|
Destination |
getS3Destination() |
String |
getStatus()
The status of the software bill of materials (SBOM) report.
|
int |
hashCode() |
void |
setErrorCode(String errorCode)
An error code.
|
void |
setErrorMessage(String errorMessage)
An error message.
|
void |
setFilterCriteria(ResourceFilterCriteria filterCriteria)
Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.
|
void |
setFormat(String format)
The format of the software bill of materials (SBOM) report.
|
void |
setReportId(String reportId)
The report ID of the software bill of materials (SBOM) report.
|
void |
setS3Destination(Destination s3Destination) |
void |
setStatus(String status)
The status of the software bill of materials (SBOM) report.
|
String |
toString()
Returns a string representation of this object.
|
GetSbomExportResult |
withErrorCode(ReportingErrorCode errorCode)
An error code.
|
GetSbomExportResult |
withErrorCode(String errorCode)
An error code.
|
GetSbomExportResult |
withErrorMessage(String errorMessage)
An error message.
|
GetSbomExportResult |
withFilterCriteria(ResourceFilterCriteria filterCriteria)
Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.
|
GetSbomExportResult |
withFormat(SbomReportFormat format)
The format of the software bill of materials (SBOM) report.
|
GetSbomExportResult |
withFormat(String format)
The format of the software bill of materials (SBOM) report.
|
GetSbomExportResult |
withReportId(String reportId)
The report ID of the software bill of materials (SBOM) report.
|
GetSbomExportResult |
withS3Destination(Destination s3Destination) |
GetSbomExportResult |
withStatus(ExternalReportStatus status)
The status of the software bill of materials (SBOM) report.
|
GetSbomExportResult |
withStatus(String status)
The status of the software bill of materials (SBOM) report.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setErrorCode(String errorCode)
An error code.
errorCode - An error code.ReportingErrorCodepublic String getErrorCode()
An error code.
ReportingErrorCodepublic GetSbomExportResult withErrorCode(String errorCode)
An error code.
errorCode - An error code.ReportingErrorCodepublic GetSbomExportResult withErrorCode(ReportingErrorCode errorCode)
An error code.
errorCode - An error code.ReportingErrorCodepublic void setErrorMessage(String errorMessage)
An error message.
errorMessage - An error message.public String getErrorMessage()
An error message.
public GetSbomExportResult withErrorMessage(String errorMessage)
An error message.
errorMessage - An error message.public void setFilterCriteria(ResourceFilterCriteria filterCriteria)
Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.
filterCriteria - Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.public ResourceFilterCriteria getFilterCriteria()
Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.
public GetSbomExportResult withFilterCriteria(ResourceFilterCriteria filterCriteria)
Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.
filterCriteria - Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.public void setFormat(String format)
The format of the software bill of materials (SBOM) report.
format - The format of the software bill of materials (SBOM) report.SbomReportFormatpublic String getFormat()
The format of the software bill of materials (SBOM) report.
SbomReportFormatpublic GetSbomExportResult withFormat(String format)
The format of the software bill of materials (SBOM) report.
format - The format of the software bill of materials (SBOM) report.SbomReportFormatpublic GetSbomExportResult withFormat(SbomReportFormat format)
The format of the software bill of materials (SBOM) report.
format - The format of the software bill of materials (SBOM) report.SbomReportFormatpublic void setReportId(String reportId)
The report ID of the software bill of materials (SBOM) report.
reportId - The report ID of the software bill of materials (SBOM) report.public String getReportId()
The report ID of the software bill of materials (SBOM) report.
public GetSbomExportResult withReportId(String reportId)
The report ID of the software bill of materials (SBOM) report.
reportId - The report ID of the software bill of materials (SBOM) report.public void setS3Destination(Destination s3Destination)
s3Destination - public Destination getS3Destination()
public GetSbomExportResult withS3Destination(Destination s3Destination)
s3Destination - public void setStatus(String status)
The status of the software bill of materials (SBOM) report.
status - The status of the software bill of materials (SBOM) report.ExternalReportStatuspublic String getStatus()
The status of the software bill of materials (SBOM) report.
ExternalReportStatuspublic GetSbomExportResult withStatus(String status)
The status of the software bill of materials (SBOM) report.
status - The status of the software bill of materials (SBOM) report.ExternalReportStatuspublic GetSbomExportResult withStatus(ExternalReportStatus status)
The status of the software bill of materials (SBOM) report.
status - The status of the software bill of materials (SBOM) report.ExternalReportStatuspublic String toString()
toString in class ObjectObject.toString()public GetSbomExportResult clone()