7#include <aws/applicationcostprofiler/ApplicationCostProfiler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/applicationcostprofiler/model/ReportFrequency.h>
10#include <aws/applicationcostprofiler/model/Format.h>
11#include <aws/applicationcostprofiler/model/S3Location.h>
12#include <aws/core/utils/DateTime.h>
25namespace ApplicationCostProfiler
51 template<
typename ReportIdT = Aws::String>
52 void SetReportId(ReportIdT&& value) { m_reportIdHasBeenSet =
true; m_reportId = std::forward<ReportIdT>(value); }
53 template<
typename ReportIdT = Aws::String>
63 template<
typename ReportDescriptionT = Aws::String>
64 void SetReportDescription(ReportDescriptionT&& value) { m_reportDescriptionHasBeenSet =
true; m_reportDescription = std::forward<ReportDescriptionT>(value); }
65 template<
typename ReportDescriptionT = Aws::String>
85 inline void SetFormat(
Format value) { m_formatHasBeenSet =
true; m_format = value; }
96 template<
typename DestinationS3LocationT = S3Location>
97 void SetDestinationS3Location(DestinationS3LocationT&& value) { m_destinationS3LocationHasBeenSet =
true; m_destinationS3Location = std::forward<DestinationS3LocationT>(value); }
98 template<
typename DestinationS3LocationT = S3Location>
108 template<
typename CreatedAtT = Aws::Utils::DateTime>
109 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
110 template<
typename CreatedAtT = Aws::Utils::DateTime>
120 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
121 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
122 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
128 bool m_reportIdHasBeenSet =
false;
131 bool m_reportDescriptionHasBeenSet =
false;
134 bool m_reportFrequencyHasBeenSet =
false;
137 bool m_formatHasBeenSet =
false;
139 S3Location m_destinationS3Location;
140 bool m_destinationS3LocationHasBeenSet =
false;
143 bool m_createdAtHasBeenSet =
false;
146 bool m_lastUpdatedAtHasBeenSet =
false;
const S3Location & GetDestinationS3Location() const
AWS_APPLICATIONCOSTPROFILER_API ReportDefinition()=default
void SetLastUpdatedAt(LastUpdatedAtT &&value)
bool ReportIdHasBeenSet() const
ReportDefinition & WithReportFrequency(ReportFrequency value)
ReportDefinition & WithReportDescription(ReportDescriptionT &&value)
bool DestinationS3LocationHasBeenSet() const
void SetReportId(ReportIdT &&value)
ReportDefinition & WithReportId(ReportIdT &&value)
AWS_APPLICATIONCOSTPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetReportDescription() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool CreatedAtHasBeenSet() const
bool ReportFrequencyHasBeenSet() const
AWS_APPLICATIONCOSTPROFILER_API ReportDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
ReportDefinition & WithLastUpdatedAt(LastUpdatedAtT &&value)
ReportDefinition & WithDestinationS3Location(DestinationS3LocationT &&value)
const Aws::String & GetReportId() const
bool FormatHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
ReportFrequency GetReportFrequency() const
void SetReportFrequency(ReportFrequency value)
void SetFormat(Format value)
bool LastUpdatedAtHasBeenSet() const
bool ReportDescriptionHasBeenSet() const
void SetDestinationS3Location(DestinationS3LocationT &&value)
void SetReportDescription(ReportDescriptionT &&value)
ReportDefinition & WithFormat(Format value)
ReportDefinition & WithCreatedAt(CreatedAtT &&value)
AWS_APPLICATIONCOSTPROFILER_API ReportDefinition(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue