7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/inspector2/Inspector2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetReportId(
const char* value) { m_reportIdHasBeenSet =
true; m_reportId.assign(value); }
51 bool m_reportIdHasBeenSet =
false;
void SetReportId(const Aws::String &value)
AWS_INSPECTOR2_API GetSbomExportRequest()
GetSbomExportRequest & WithReportId(const Aws::String &value)
void SetReportId(Aws::String &&value)
GetSbomExportRequest & WithReportId(const char *value)
virtual const char * GetServiceRequestName() const override
bool ReportIdHasBeenSet() const
void SetReportId(const char *value)
const Aws::String & GetReportId() const
AWS_INSPECTOR2_API Aws::String SerializePayload() const override
GetSbomExportRequest & WithReportId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String