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