7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AmortizedRecurringCommitmentT = Aws::String>
49 void SetAmortizedRecurringCommitment(AmortizedRecurringCommitmentT&& value) { m_amortizedRecurringCommitmentHasBeenSet =
true; m_amortizedRecurringCommitment = std::forward<AmortizedRecurringCommitmentT>(value); }
50 template<
typename AmortizedRecurringCommitmentT = Aws::String>
61 template<
typename AmortizedUpfrontCommitmentT = Aws::String>
62 void SetAmortizedUpfrontCommitment(AmortizedUpfrontCommitmentT&& value) { m_amortizedUpfrontCommitmentHasBeenSet =
true; m_amortizedUpfrontCommitment = std::forward<AmortizedUpfrontCommitmentT>(value); }
63 template<
typename AmortizedUpfrontCommitmentT = Aws::String>
74 template<
typename TotalAmortizedCommitmentT = Aws::String>
75 void SetTotalAmortizedCommitment(TotalAmortizedCommitmentT&& value) { m_totalAmortizedCommitmentHasBeenSet =
true; m_totalAmortizedCommitment = std::forward<TotalAmortizedCommitmentT>(value); }
76 template<
typename TotalAmortizedCommitmentT = Aws::String>
82 bool m_amortizedRecurringCommitmentHasBeenSet =
false;
85 bool m_amortizedUpfrontCommitmentHasBeenSet =
false;
88 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