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