@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelSbomExportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelSbomExportResult() |
Modifier and Type | Method and Description |
---|---|
CancelSbomExportResult |
clone() |
boolean |
equals(Object obj) |
String |
getReportId()
The report ID of the canceled SBOM export.
|
int |
hashCode() |
void |
setReportId(String reportId)
The report ID of the canceled SBOM export.
|
String |
toString()
Returns a string representation of this object.
|
CancelSbomExportResult |
withReportId(String reportId)
The report ID of the canceled SBOM export.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReportId(String reportId)
The report ID of the canceled SBOM export.
reportId
- The report ID of the canceled SBOM export.public String getReportId()
The report ID of the canceled SBOM export.
public CancelSbomExportResult withReportId(String reportId)
The report ID of the canceled SBOM export.
reportId
- The report ID of the canceled SBOM export.public String toString()
toString
in class Object
Object.toString()
public CancelSbomExportResult clone()