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 {
41 template <
typename ReportIdT = Aws::String>
43 m_reportIdHasBeenSet =
true;
44 m_reportId = std::forward<ReportIdT>(value);
46 template <
typename ReportIdT = Aws::String>
59 template <
typename ReportDescriptionT = Aws::String>
61 m_reportDescriptionHasBeenSet =
true;
62 m_reportDescription = std::forward<ReportDescriptionT>(value);
64 template <
typename ReportDescriptionT = Aws::String>
78 m_reportFrequencyHasBeenSet =
true;
79 m_reportFrequency = value;
94 m_formatHasBeenSet =
true;
110 template <
typename DestinationS3LocationT = S3Location>
112 m_destinationS3LocationHasBeenSet =
true;
113 m_destinationS3Location = std::forward<DestinationS3LocationT>(value);
115 template <
typename DestinationS3LocationT = S3Location>
130 S3Location m_destinationS3Location;
131 bool m_reportIdHasBeenSet =
false;
132 bool m_reportDescriptionHasBeenSet =
false;
133 bool m_reportFrequencyHasBeenSet =
false;
134 bool m_formatHasBeenSet =
false;
135 bool m_destinationS3LocationHasBeenSet =
false;
bool ReportDescriptionHasBeenSet() const
bool DestinationS3LocationHasBeenSet() const
bool ReportFrequencyHasBeenSet() const
PutReportDefinitionRequest & WithReportFrequency(ReportFrequency value)
void SetReportFrequency(ReportFrequency value)
void SetReportDescription(ReportDescriptionT &&value)
PutReportDefinitionRequest & WithReportDescription(ReportDescriptionT &&value)
PutReportDefinitionRequest & WithReportId(ReportIdT &&value)
bool FormatHasBeenSet() const
void SetFormat(Format value)
PutReportDefinitionRequest & WithFormat(Format value)
AWS_APPLICATIONCOSTPROFILER_API Aws::String SerializePayload() const override
const S3Location & GetDestinationS3Location() const
const Aws::String & GetReportId() const
const Aws::String & GetReportDescription() const
bool ReportIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDestinationS3Location(DestinationS3LocationT &&value)
void SetReportId(ReportIdT &&value)
AWS_APPLICATIONCOSTPROFILER_API PutReportDefinitionRequest()=default
PutReportDefinitionRequest & WithDestinationS3Location(DestinationS3LocationT &&value)
ReportFrequency GetReportFrequency() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String