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/http/HttpResponse.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace ApplicationCostProfiler {
40 template <
typename ReportIdT = Aws::String>
42 m_reportIdHasBeenSet =
true;
43 m_reportId = std::forward<ReportIdT>(value);
45 template <
typename ReportIdT = Aws::String>
57 template <
typename ReportDescriptionT = Aws::String>
59 m_reportDescriptionHasBeenSet =
true;
60 m_reportDescription = std::forward<ReportDescriptionT>(value);
62 template <
typename ReportDescriptionT = Aws::String>
75 m_reportFrequencyHasBeenSet =
true;
76 m_reportFrequency = value;
90 m_formatHasBeenSet =
true;
105 template <
typename DestinationS3LocationT = S3Location>
107 m_destinationS3LocationHasBeenSet =
true;
108 m_destinationS3Location = std::forward<DestinationS3LocationT>(value);
110 template <
typename DestinationS3LocationT = S3Location>
122 template <
typename CreatedAtT = Aws::Utils::DateTime>
124 m_createdAtHasBeenSet =
true;
125 m_createdAt = std::forward<CreatedAtT>(value);
127 template <
typename CreatedAtT = Aws::Utils::DateTime>
139 template <
typename LastUpdatedT = Aws::Utils::DateTime>
141 m_lastUpdatedHasBeenSet =
true;
142 m_lastUpdated = std::forward<LastUpdatedT>(value);
144 template <
typename LastUpdatedT = Aws::Utils::DateTime>
154 template <
typename RequestIdT = Aws::String>
156 m_requestIdHasBeenSet =
true;
157 m_requestId = std::forward<RequestIdT>(value);
159 template <
typename RequestIdT = Aws::String>
176 S3Location m_destinationS3Location;
184 bool m_reportIdHasBeenSet =
false;
185 bool m_reportDescriptionHasBeenSet =
false;
186 bool m_reportFrequencyHasBeenSet =
false;
187 bool m_formatHasBeenSet =
false;
188 bool m_destinationS3LocationHasBeenSet =
false;
189 bool m_createdAtHasBeenSet =
false;
190 bool m_lastUpdatedHasBeenSet =
false;
191 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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