7#include <aws/applicationcostprofiler/ApplicationCostProfiler_EXPORTS.h>
8#include <aws/applicationcostprofiler/model/Format.h>
9#include <aws/applicationcostprofiler/model/ReportFrequency.h>
10#include <aws/applicationcostprofiler/model/S3Location.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
23namespace ApplicationCostProfiler {
45 template <
typename ReportIdT = Aws::String>
47 m_reportIdHasBeenSet =
true;
48 m_reportId = std::forward<ReportIdT>(value);
50 template <
typename ReportIdT = Aws::String>
63 template <
typename ReportDescriptionT = Aws::String>
65 m_reportDescriptionHasBeenSet =
true;
66 m_reportDescription = std::forward<ReportDescriptionT>(value);
68 template <
typename ReportDescriptionT = Aws::String>
82 m_reportFrequencyHasBeenSet =
true;
83 m_reportFrequency = value;
98 m_formatHasBeenSet =
true;
114 template <
typename DestinationS3LocationT = S3Location>
116 m_destinationS3LocationHasBeenSet =
true;
117 m_destinationS3Location = std::forward<DestinationS3LocationT>(value);
119 template <
typename DestinationS3LocationT = S3Location>
132 template <
typename CreatedAtT = Aws::Utils::DateTime>
134 m_createdAtHasBeenSet =
true;
135 m_createdAt = std::forward<CreatedAtT>(value);
137 template <
typename CreatedAtT = Aws::Utils::DateTime>
150 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
152 m_lastUpdatedAtHasBeenSet =
true;
153 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
155 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
170 S3Location m_destinationS3Location;
175 bool m_reportIdHasBeenSet =
false;
176 bool m_reportDescriptionHasBeenSet =
false;
177 bool m_reportFrequencyHasBeenSet =
false;
178 bool m_formatHasBeenSet =
false;
179 bool m_destinationS3LocationHasBeenSet =
false;
180 bool m_createdAtHasBeenSet =
false;
181 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