7#include <aws/applicationcostprofiler/ApplicationCostProfilerRequest.h>
8#include <aws/applicationcostprofiler/ApplicationCostProfiler_EXPORTS.h>
9#include <aws/applicationcostprofiler/model/Format.h>
10#include <aws/applicationcostprofiler/model/ReportFrequency.h>
11#include <aws/applicationcostprofiler/model/S3Location.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
17namespace ApplicationCostProfiler {
40 template <
typename ReportIdT = Aws::String>
42 m_reportIdHasBeenSet =
true;
43 m_reportId = std::forward<ReportIdT>(value);
45 template <
typename ReportIdT = Aws::String>
58 template <
typename ReportDescriptionT = Aws::String>
60 m_reportDescriptionHasBeenSet =
true;
61 m_reportDescription = std::forward<ReportDescriptionT>(value);
63 template <
typename ReportDescriptionT = Aws::String>
77 m_reportFrequencyHasBeenSet =
true;
78 m_reportFrequency = value;
93 m_formatHasBeenSet =
true;
109 template <
typename DestinationS3LocationT = S3Location>
111 m_destinationS3LocationHasBeenSet =
true;
112 m_destinationS3Location = std::forward<DestinationS3LocationT>(value);
114 template <
typename DestinationS3LocationT = S3Location>
129 S3Location m_destinationS3Location;
130 bool m_reportIdHasBeenSet =
false;
131 bool m_reportDescriptionHasBeenSet =
false;
132 bool m_reportFrequencyHasBeenSet =
false;
133 bool m_formatHasBeenSet =
false;
134 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