7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename TotalEstimatedMonthlySavingsAmountT = Aws::String>
50 void SetTotalEstimatedMonthlySavingsAmount(TotalEstimatedMonthlySavingsAmountT&& value) { m_totalEstimatedMonthlySavingsAmountHasBeenSet =
true; m_totalEstimatedMonthlySavingsAmount = std::forward<TotalEstimatedMonthlySavingsAmountT>(value); }
51 template<
typename TotalEstimatedMonthlySavingsAmountT = Aws::String>
62 template<
typename TotalEstimatedMonthlySavingsPercentageT = Aws::String>
63 void SetTotalEstimatedMonthlySavingsPercentage(TotalEstimatedMonthlySavingsPercentageT&& value) { m_totalEstimatedMonthlySavingsPercentageHasBeenSet =
true; m_totalEstimatedMonthlySavingsPercentage = std::forward<TotalEstimatedMonthlySavingsPercentageT>(value); }
64 template<
typename TotalEstimatedMonthlySavingsPercentageT = Aws::String>
74 template<
typename CurrencyCodeT = Aws::String>
75 void SetCurrencyCode(CurrencyCodeT&& value) { m_currencyCodeHasBeenSet =
true; m_currencyCode = std::forward<CurrencyCodeT>(value); }
76 template<
typename CurrencyCodeT = Aws::String>
82 bool m_totalEstimatedMonthlySavingsAmountHasBeenSet =
false;
84 Aws::String m_totalEstimatedMonthlySavingsPercentage;
85 bool m_totalEstimatedMonthlySavingsPercentageHasBeenSet =
false;
88 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