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