7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/LookbackPeriodInDays.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CostExplorer {
41 template <
typename RecommendationIdT = Aws::String>
43 m_recommendationIdHasBeenSet =
true;
44 m_recommendationId = std::forward<RecommendationIdT>(value);
46 template <
typename RecommendationIdT = Aws::String>
59 template <
typename GenerationTimestampT = Aws::String>
61 m_generationTimestampHasBeenSet =
true;
62 m_generationTimestamp = std::forward<GenerationTimestampT>(value);
64 template <
typename GenerationTimestampT = Aws::String>
79 m_lookbackPeriodInDaysHasBeenSet =
true;
80 m_lookbackPeriodInDays = value;
94 template <
typename AdditionalMetadataT = Aws::String>
96 m_additionalMetadataHasBeenSet =
true;
97 m_additionalMetadata = std::forward<AdditionalMetadataT>(value);
99 template <
typename AdditionalMetadataT = Aws::String>
113 bool m_recommendationIdHasBeenSet =
false;
114 bool m_generationTimestampHasBeenSet =
false;
115 bool m_lookbackPeriodInDaysHasBeenSet =
false;
116 bool m_additionalMetadataHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue