7#include <aws/applicationcostprofiler/ApplicationCostProfiler_EXPORTS.h>
8#include <aws/applicationcostprofiler/ApplicationCostProfilerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/applicationcostprofiler/model/ReportFrequency.h>
11#include <aws/applicationcostprofiler/model/Format.h>
12#include <aws/applicationcostprofiler/model/S3Location.h>
17namespace ApplicationCostProfiler
44 template<
typename ReportIdT = Aws::String>
45 void SetReportId(ReportIdT&& value) { m_reportIdHasBeenSet =
true; m_reportId = std::forward<ReportIdT>(value); }
46 template<
typename ReportIdT = Aws::String>
56 template<
typename ReportDescriptionT = Aws::String>
57 void SetReportDescription(ReportDescriptionT&& value) { m_reportDescriptionHasBeenSet =
true; m_reportDescription = std::forward<ReportDescriptionT>(value); }
58 template<
typename ReportDescriptionT = Aws::String>
78 inline void SetFormat(
Format value) { m_formatHasBeenSet =
true; m_format = value; }
89 template<
typename DestinationS3LocationT = S3Location>
90 void SetDestinationS3Location(DestinationS3LocationT&& value) { m_destinationS3LocationHasBeenSet =
true; m_destinationS3Location = std::forward<DestinationS3LocationT>(value); }
91 template<
typename DestinationS3LocationT = S3Location>
97 bool m_reportIdHasBeenSet =
false;
100 bool m_reportDescriptionHasBeenSet =
false;
103 bool m_reportFrequencyHasBeenSet =
false;
106 bool m_formatHasBeenSet =
false;
108 S3Location m_destinationS3Location;
109 bool m_destinationS3LocationHasBeenSet =
false;
void SetReportDescription(ReportDescriptionT &&value)
const Aws::String & GetReportId() const
bool ReportDescriptionHasBeenSet() const
bool ReportFrequencyHasBeenSet() const
UpdateReportDefinitionRequest & WithReportFrequency(ReportFrequency value)
AWS_APPLICATIONCOSTPROFILER_API UpdateReportDefinitionRequest()=default
UpdateReportDefinitionRequest & WithReportDescription(ReportDescriptionT &&value)
UpdateReportDefinitionRequest & WithDestinationS3Location(DestinationS3LocationT &&value)
bool DestinationS3LocationHasBeenSet() const
void SetReportFrequency(ReportFrequency value)
void SetReportId(ReportIdT &&value)
const Aws::String & GetReportDescription() const
bool FormatHasBeenSet() const
void SetFormat(Format value)
AWS_APPLICATIONCOSTPROFILER_API Aws::String SerializePayload() const override
ReportFrequency GetReportFrequency() const
const S3Location & GetDestinationS3Location() const
bool ReportIdHasBeenSet() const
UpdateReportDefinitionRequest & WithFormat(Format value)
UpdateReportDefinitionRequest & WithReportId(ReportIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetDestinationS3Location(DestinationS3LocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String