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
45 template<
typename ReportIdT = Aws::String>
46 void SetReportId(ReportIdT&& value) { m_reportIdHasBeenSet =
true; m_reportId = std::forward<ReportIdT>(value); }
47 template<
typename ReportIdT = Aws::String>
57 template<
typename ReportDescriptionT = Aws::String>
58 void SetReportDescription(ReportDescriptionT&& value) { m_reportDescriptionHasBeenSet =
true; m_reportDescription = std::forward<ReportDescriptionT>(value); }
59 template<
typename ReportDescriptionT = Aws::String>
79 inline void SetFormat(
Format value) { m_formatHasBeenSet =
true; m_format = value; }
90 template<
typename DestinationS3LocationT = S3Location>
91 void SetDestinationS3Location(DestinationS3LocationT&& value) { m_destinationS3LocationHasBeenSet =
true; m_destinationS3Location = std::forward<DestinationS3LocationT>(value); }
92 template<
typename DestinationS3LocationT = S3Location>
98 bool m_reportIdHasBeenSet =
false;
101 bool m_reportDescriptionHasBeenSet =
false;
104 bool m_reportFrequencyHasBeenSet =
false;
107 bool m_formatHasBeenSet =
false;
109 S3Location m_destinationS3Location;
110 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