7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CostExplorer {
42 template <
typename NetSavingsT = Aws::String>
44 m_netSavingsHasBeenSet =
true;
45 m_netSavings = std::forward<NetSavingsT>(value);
47 template <
typename NetSavingsT = Aws::String>
61 template <
typename OnDemandCostEquivalentT = Aws::String>
63 m_onDemandCostEquivalentHasBeenSet =
true;
64 m_onDemandCostEquivalent = std::forward<OnDemandCostEquivalentT>(value);
66 template <
typename OnDemandCostEquivalentT = Aws::String>
76 bool m_netSavingsHasBeenSet =
false;
77 bool m_onDemandCostEquivalentHasBeenSet =
false;
AWS_COSTEXPLORER_API SavingsPlansSavings(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOnDemandCostEquivalent() const
SavingsPlansSavings & WithOnDemandCostEquivalent(OnDemandCostEquivalentT &&value)
AWS_COSTEXPLORER_API SavingsPlansSavings()=default
void SetOnDemandCostEquivalent(OnDemandCostEquivalentT &&value)
bool NetSavingsHasBeenSet() const
bool OnDemandCostEquivalentHasBeenSet() const
AWS_COSTEXPLORER_API SavingsPlansSavings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
SavingsPlansSavings & WithNetSavings(NetSavingsT &&value)
void SetNetSavings(NetSavingsT &&value)
const Aws::String & GetNetSavings() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue