/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The amortized amount of Savings Plans purchased in a specific account during
* a specific time interval.See Also:
AWS
* API Reference
The amortized amount of your Savings Plans commitment that was purchased with
* either a Partial
or a NoUpfront
.
The amortized amount of your Savings Plans commitment that was purchased with
* either a Partial
or a NoUpfront
.
The amortized amount of your Savings Plans commitment that was purchased with
* either a Partial
or a NoUpfront
.
The amortized amount of your Savings Plans commitment that was purchased with
* either a Partial
or a NoUpfront
.
The amortized amount of your Savings Plans commitment that was purchased with
* either a Partial
or a NoUpfront
.
The amortized amount of your Savings Plans commitment that was purchased with
* either a Partial
or a NoUpfront
.
The amortized amount of your Savings Plans commitment that was purchased with
* either a Partial
or a NoUpfront
.
The amortized amount of your Savings Plans commitment that was purchased with
* either a Partial
or a NoUpfront
.
The amortized amount of your Savings Plans commitment that was purchased with
* an Upfront
or PartialUpfront
Savings Plans.
The amortized amount of your Savings Plans commitment that was purchased with
* an Upfront
or PartialUpfront
Savings Plans.
The amortized amount of your Savings Plans commitment that was purchased with
* an Upfront
or PartialUpfront
Savings Plans.
The amortized amount of your Savings Plans commitment that was purchased with
* an Upfront
or PartialUpfront
Savings Plans.
The amortized amount of your Savings Plans commitment that was purchased with
* an Upfront
or PartialUpfront
Savings Plans.
The amortized amount of your Savings Plans commitment that was purchased with
* an Upfront
or PartialUpfront
Savings Plans.
The amortized amount of your Savings Plans commitment that was purchased with
* an Upfront
or PartialUpfront
Savings Plans.
The amortized amount of your Savings Plans commitment that was purchased with
* an Upfront
or PartialUpfront
Savings Plans.
The total amortized amount of your Savings Plans commitment, regardless of * your Savings Plans purchase method.
*/ inline const Aws::String& GetTotalAmortizedCommitment() const{ return m_totalAmortizedCommitment; } /** *The total amortized amount of your Savings Plans commitment, regardless of * your Savings Plans purchase method.
*/ inline bool TotalAmortizedCommitmentHasBeenSet() const { return m_totalAmortizedCommitmentHasBeenSet; } /** *The total amortized amount of your Savings Plans commitment, regardless of * your Savings Plans purchase method.
*/ inline void SetTotalAmortizedCommitment(const Aws::String& value) { m_totalAmortizedCommitmentHasBeenSet = true; m_totalAmortizedCommitment = value; } /** *The total amortized amount of your Savings Plans commitment, regardless of * your Savings Plans purchase method.
*/ inline void SetTotalAmortizedCommitment(Aws::String&& value) { m_totalAmortizedCommitmentHasBeenSet = true; m_totalAmortizedCommitment = std::move(value); } /** *The total amortized amount of your Savings Plans commitment, regardless of * your Savings Plans purchase method.
*/ inline void SetTotalAmortizedCommitment(const char* value) { m_totalAmortizedCommitmentHasBeenSet = true; m_totalAmortizedCommitment.assign(value); } /** *The total amortized amount of your Savings Plans commitment, regardless of * your Savings Plans purchase method.
*/ inline SavingsPlansAmortizedCommitment& WithTotalAmortizedCommitment(const Aws::String& value) { SetTotalAmortizedCommitment(value); return *this;} /** *The total amortized amount of your Savings Plans commitment, regardless of * your Savings Plans purchase method.
*/ inline SavingsPlansAmortizedCommitment& WithTotalAmortizedCommitment(Aws::String&& value) { SetTotalAmortizedCommitment(std::move(value)); return *this;} /** *The total amortized amount of your Savings Plans commitment, regardless of * your Savings Plans purchase method.
*/ inline SavingsPlansAmortizedCommitment& WithTotalAmortizedCommitment(const char* value) { SetTotalAmortizedCommitment(value); return *this;} private: Aws::String m_amortizedRecurringCommitment; bool m_amortizedRecurringCommitmentHasBeenSet = false; Aws::String m_amortizedUpfrontCommitment; bool m_amortizedUpfrontCommitmentHasBeenSet = false; Aws::String m_totalAmortizedCommitment; bool m_totalAmortizedCommitmentHasBeenSet = false; }; } // namespace Model } // namespace CostExplorer } // namespace Aws