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
53 inline void SetReportId(
const char* value) { m_reportIdHasBeenSet =
true; m_reportId.assign(value); }
67 inline void SetReportDescription(
const char* value) { m_reportDescriptionHasBeenSet =
true; m_reportDescription.assign(value); }
91 inline void SetFormat(
const Format& value) { m_formatHasBeenSet =
true; m_format = value; }
92 inline void SetFormat(
Format&& value) { m_formatHasBeenSet =
true; m_format = std::move(value); }
136 bool m_reportIdHasBeenSet =
false;
139 bool m_reportDescriptionHasBeenSet =
false;
142 bool m_reportFrequencyHasBeenSet =
false;
145 bool m_formatHasBeenSet =
false;
148 bool m_destinationS3LocationHasBeenSet =
false;
151 bool m_createdAtHasBeenSet =
false;
154 bool m_lastUpdatedAtHasBeenSet =
false;
const S3Location & GetDestinationS3Location() const
void SetFormat(const Format &value)
void SetLastUpdatedAt(Aws::Utils::DateTime &&value)
void SetReportId(const Aws::String &value)
bool ReportIdHasBeenSet() const
ReportDefinition & WithFormat(const Format &value)
ReportDefinition & WithLastUpdatedAt(const Aws::Utils::DateTime &value)
void SetDestinationS3Location(S3Location &&value)
void SetReportId(const char *value)
void SetFormat(Format &&value)
bool DestinationS3LocationHasBeenSet() const
void SetCreatedAt(Aws::Utils::DateTime &&value)
ReportDefinition & WithReportFrequency(ReportFrequency &&value)
AWS_APPLICATIONCOSTPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetReportDescription() const
const Aws::Utils::DateTime & GetCreatedAt() const
ReportDefinition & WithCreatedAt(const Aws::Utils::DateTime &value)
ReportDefinition & WithReportDescription(Aws::String &&value)
void SetReportFrequency(ReportFrequency &&value)
void SetReportDescription(Aws::String &&value)
bool CreatedAtHasBeenSet() const
bool ReportFrequencyHasBeenSet() const
ReportDefinition & WithReportId(Aws::String &&value)
ReportDefinition & WithReportDescription(const Aws::String &value)
void SetReportDescription(const char *value)
void SetReportDescription(const Aws::String &value)
AWS_APPLICATIONCOSTPROFILER_API ReportDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
ReportDefinition & WithDestinationS3Location(S3Location &&value)
void SetDestinationS3Location(const S3Location &value)
void SetLastUpdatedAt(const Aws::Utils::DateTime &value)
ReportDefinition & WithReportId(const Aws::String &value)
const Format & GetFormat() const
const Aws::String & GetReportId() const
bool FormatHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetReportId(Aws::String &&value)
ReportDefinition & WithFormat(Format &&value)
ReportDefinition & WithLastUpdatedAt(Aws::Utils::DateTime &&value)
bool LastUpdatedAtHasBeenSet() const
bool ReportDescriptionHasBeenSet() const
const ReportFrequency & GetReportFrequency() const
ReportDefinition & WithDestinationS3Location(const S3Location &value)
ReportDefinition & WithReportDescription(const char *value)
ReportDefinition & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
ReportDefinition & WithReportFrequency(const ReportFrequency &value)
AWS_APPLICATIONCOSTPROFILER_API ReportDefinition()
void SetReportFrequency(const ReportFrequency &value)
AWS_APPLICATIONCOSTPROFILER_API ReportDefinition(Aws::Utils::Json::JsonView jsonValue)
ReportDefinition & WithReportId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue