7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace 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>
77 template <
typename AdditionalMetadataT = Aws::String>
79 m_additionalMetadataHasBeenSet =
true;
80 m_additionalMetadata = std::forward<AdditionalMetadataT>(value);
82 template <
typename AdditionalMetadataT = Aws::String>
94 bool m_recommendationIdHasBeenSet =
false;
95 bool m_generationTimestampHasBeenSet =
false;
96 bool m_additionalMetadataHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue