7#include <aws/applicationcostprofiler/ApplicationCostProfilerRequest.h>
8#include <aws/applicationcostprofiler/ApplicationCostProfiler_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApplicationCostProfiler {
37 template <
typename ReportIdT = Aws::String>
39 m_reportIdHasBeenSet =
true;
40 m_reportId = std::forward<ReportIdT>(value);
42 template <
typename ReportIdT = Aws::String>
50 bool m_reportIdHasBeenSet =
false;
AWS_APPLICATIONCOSTPROFILER_API Aws::String SerializePayload() const override
void SetReportId(ReportIdT &&value)
DeleteReportDefinitionRequest & WithReportId(ReportIdT &&value)
bool ReportIdHasBeenSet() const
const Aws::String & GetReportId() const
AWS_APPLICATIONCOSTPROFILER_API DeleteReportDefinitionRequest()=default
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String