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>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ApplicationCostProfiler {
39 template <
typename ReportIdT = Aws::String>
41 m_reportIdHasBeenSet =
true;
42 m_reportId = std::forward<ReportIdT>(value);
44 template <
typename ReportIdT = Aws::String>
56 template <
typename ReportDescriptionT = Aws::String>
58 m_reportDescriptionHasBeenSet =
true;
59 m_reportDescription = std::forward<ReportDescriptionT>(value);
61 template <
typename ReportDescriptionT = Aws::String>
74 m_reportFrequencyHasBeenSet =
true;
75 m_reportFrequency = value;
89 m_formatHasBeenSet =
true;
104 template <
typename DestinationS3LocationT = S3Location>
106 m_destinationS3LocationHasBeenSet =
true;
107 m_destinationS3Location = std::forward<DestinationS3LocationT>(value);
109 template <
typename DestinationS3LocationT = S3Location>
121 template <
typename CreatedAtT = Aws::Utils::DateTime>
123 m_createdAtHasBeenSet =
true;
124 m_createdAt = std::forward<CreatedAtT>(value);
126 template <
typename CreatedAtT = Aws::Utils::DateTime>
138 template <
typename LastUpdatedT = Aws::Utils::DateTime>
140 m_lastUpdatedHasBeenSet =
true;
141 m_lastUpdated = std::forward<LastUpdatedT>(value);
143 template <
typename LastUpdatedT = Aws::Utils::DateTime>
153 template <
typename RequestIdT = Aws::String>
155 m_requestIdHasBeenSet =
true;
156 m_requestId = std::forward<RequestIdT>(value);
158 template <
typename RequestIdT = Aws::String>
173 S3Location m_destinationS3Location;
180 bool m_reportIdHasBeenSet =
false;
181 bool m_reportDescriptionHasBeenSet =
false;
182 bool m_reportFrequencyHasBeenSet =
false;
183 bool m_formatHasBeenSet =
false;
184 bool m_destinationS3LocationHasBeenSet =
false;
185 bool m_createdAtHasBeenSet =
false;
186 bool m_lastUpdatedHasBeenSet =
false;
187 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetReportDescription() const
void SetDestinationS3Location(DestinationS3LocationT &&value)
GetReportDefinitionResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetReportId() const
void SetReportId(ReportIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
GetReportDefinitionResult & WithReportFrequency(ReportFrequency value)
GetReportDefinitionResult & WithFormat(Format value)
void SetLastUpdated(LastUpdatedT &&value)
GetReportDefinitionResult & WithDestinationS3Location(DestinationS3LocationT &&value)
GetReportDefinitionResult & WithLastUpdated(LastUpdatedT &&value)
void SetReportFrequency(ReportFrequency value)
GetReportDefinitionResult & WithRequestId(RequestIdT &&value)
ReportFrequency GetReportFrequency() const
const Aws::Utils::DateTime & GetLastUpdated() const
const Aws::String & GetRequestId() const
void SetFormat(Format value)
const S3Location & GetDestinationS3Location() const
GetReportDefinitionResult & WithReportDescription(ReportDescriptionT &&value)
AWS_APPLICATIONCOSTPROFILER_API GetReportDefinitionResult()=default
void SetCreatedAt(CreatedAtT &&value)
void SetRequestId(RequestIdT &&value)
GetReportDefinitionResult & WithReportId(ReportIdT &&value)
AWS_APPLICATIONCOSTPROFILER_API GetReportDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetReportDescription(ReportDescriptionT &&value)
AWS_APPLICATIONCOSTPROFILER_API GetReportDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue