7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CostExplorer {
43 template <
typename TotalEstimatedMonthlySavingsAmountT = Aws::String>
45 m_totalEstimatedMonthlySavingsAmountHasBeenSet =
true;
46 m_totalEstimatedMonthlySavingsAmount = std::forward<TotalEstimatedMonthlySavingsAmountT>(value);
48 template <
typename TotalEstimatedMonthlySavingsAmountT = Aws::String>
62 template <
typename TotalEstimatedMonthlySavingsPercentageT = Aws::String>
64 m_totalEstimatedMonthlySavingsPercentageHasBeenSet =
true;
65 m_totalEstimatedMonthlySavingsPercentage = std::forward<TotalEstimatedMonthlySavingsPercentageT>(value);
67 template <
typename TotalEstimatedMonthlySavingsPercentageT = Aws::String>
80 template <
typename CurrencyCodeT = Aws::String>
82 m_currencyCodeHasBeenSet =
true;
83 m_currencyCode = std::forward<CurrencyCodeT>(value);
85 template <
typename CurrencyCodeT = Aws::String>
94 Aws::String m_totalEstimatedMonthlySavingsPercentage;
97 bool m_totalEstimatedMonthlySavingsAmountHasBeenSet =
false;
98 bool m_totalEstimatedMonthlySavingsPercentageHasBeenSet =
false;
99 bool m_currencyCodeHasBeenSet =
false;
void SetTotalEstimatedMonthlySavingsPercentage(TotalEstimatedMonthlySavingsPercentageT &&value)
bool TotalEstimatedMonthlySavingsAmountHasBeenSet() const
void SetCurrencyCode(CurrencyCodeT &&value)
ReservationPurchaseRecommendationSummary & WithTotalEstimatedMonthlySavingsPercentage(TotalEstimatedMonthlySavingsPercentageT &&value)
void SetTotalEstimatedMonthlySavingsAmount(TotalEstimatedMonthlySavingsAmountT &&value)
bool CurrencyCodeHasBeenSet() const
const Aws::String & GetTotalEstimatedMonthlySavingsPercentage() const
AWS_COSTEXPLORER_API ReservationPurchaseRecommendationSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
ReservationPurchaseRecommendationSummary & WithTotalEstimatedMonthlySavingsAmount(TotalEstimatedMonthlySavingsAmountT &&value)
const Aws::String & GetCurrencyCode() const
AWS_COSTEXPLORER_API ReservationPurchaseRecommendationSummary()=default
bool TotalEstimatedMonthlySavingsPercentageHasBeenSet() const
ReservationPurchaseRecommendationSummary & WithCurrencyCode(CurrencyCodeT &&value)
const Aws::String & GetTotalEstimatedMonthlySavingsAmount() const
AWS_COSTEXPLORER_API ReservationPurchaseRecommendationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue