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>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace ApplicationCostProfiler
44 template<
typename ReportIdT = Aws::String>
45 void SetReportId(ReportIdT&& value) { m_reportIdHasBeenSet =
true; m_reportId = std::forward<ReportIdT>(value); }
46 template<
typename ReportIdT = Aws::String>
55 template<
typename ReportDescriptionT = Aws::String>
56 void SetReportDescription(ReportDescriptionT&& value) { m_reportDescriptionHasBeenSet =
true; m_reportDescription = std::forward<ReportDescriptionT>(value); }
57 template<
typename ReportDescriptionT = Aws::String>
75 inline void SetFormat(
Format value) { m_formatHasBeenSet =
true; m_format = value; }
85 template<
typename DestinationS3LocationT = S3Location>
86 void SetDestinationS3Location(DestinationS3LocationT&& value) { m_destinationS3LocationHasBeenSet =
true; m_destinationS3Location = std::forward<DestinationS3LocationT>(value); }
87 template<
typename DestinationS3LocationT = S3Location>
96 template<
typename CreatedAtT = Aws::Utils::DateTime>
97 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
98 template<
typename CreatedAtT = Aws::Utils::DateTime>
107 template<
typename LastUpdatedT = Aws::Utils::DateTime>
108 void SetLastUpdated(LastUpdatedT&& value) { m_lastUpdatedHasBeenSet =
true; m_lastUpdated = std::forward<LastUpdatedT>(value); }
109 template<
typename LastUpdatedT = Aws::Utils::DateTime>
116 template<
typename RequestIdT = Aws::String>
117 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
118 template<
typename RequestIdT = Aws::String>
124 bool m_reportIdHasBeenSet =
false;
127 bool m_reportDescriptionHasBeenSet =
false;
130 bool m_reportFrequencyHasBeenSet =
false;
133 bool m_formatHasBeenSet =
false;
135 S3Location m_destinationS3Location;
136 bool m_destinationS3LocationHasBeenSet =
false;
139 bool m_createdAtHasBeenSet =
false;
142 bool m_lastUpdatedHasBeenSet =
false;
145 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