7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CostExplorer {
42 template <
typename AmortizedRecurringCommitmentT = Aws::String>
44 m_amortizedRecurringCommitmentHasBeenSet =
true;
45 m_amortizedRecurringCommitment = std::forward<AmortizedRecurringCommitmentT>(value);
47 template <
typename AmortizedRecurringCommitmentT = Aws::String>
61 template <
typename AmortizedUpfrontCommitmentT = Aws::String>
63 m_amortizedUpfrontCommitmentHasBeenSet =
true;
64 m_amortizedUpfrontCommitment = std::forward<AmortizedUpfrontCommitmentT>(value);
66 template <
typename AmortizedUpfrontCommitmentT = Aws::String>
80 template <
typename TotalAmortizedCommitmentT = Aws::String>
82 m_totalAmortizedCommitmentHasBeenSet =
true;
83 m_totalAmortizedCommitment = std::forward<TotalAmortizedCommitmentT>(value);
85 template <
typename TotalAmortizedCommitmentT = Aws::String>
97 bool m_amortizedRecurringCommitmentHasBeenSet =
false;
98 bool m_amortizedUpfrontCommitmentHasBeenSet =
false;
99 bool m_totalAmortizedCommitmentHasBeenSet =
false;
void SetTotalAmortizedCommitment(TotalAmortizedCommitmentT &&value)
SavingsPlansAmortizedCommitment & WithAmortizedUpfrontCommitment(AmortizedUpfrontCommitmentT &&value)
const Aws::String & GetAmortizedRecurringCommitment() const
void SetAmortizedUpfrontCommitment(AmortizedUpfrontCommitmentT &&value)
const Aws::String & GetAmortizedUpfrontCommitment() const
const Aws::String & GetTotalAmortizedCommitment() const
SavingsPlansAmortizedCommitment & WithAmortizedRecurringCommitment(AmortizedRecurringCommitmentT &&value)
bool AmortizedUpfrontCommitmentHasBeenSet() const
void SetAmortizedRecurringCommitment(AmortizedRecurringCommitmentT &&value)
SavingsPlansAmortizedCommitment & WithTotalAmortizedCommitment(TotalAmortizedCommitmentT &&value)
AWS_COSTEXPLORER_API SavingsPlansAmortizedCommitment()=default
bool AmortizedRecurringCommitmentHasBeenSet() const
bool TotalAmortizedCommitmentHasBeenSet() const
AWS_COSTEXPLORER_API SavingsPlansAmortizedCommitment & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COSTEXPLORER_API SavingsPlansAmortizedCommitment(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue