AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SavingsPlansAmortizedCommitment.h
1
6#pragma once
7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CostExplorer
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_COSTEXPLORER_API SavingsPlansAmortizedCommitment();
38 AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetAmortizedRecurringCommitment() const{ return m_amortizedRecurringCommitment; }
47 inline bool AmortizedRecurringCommitmentHasBeenSet() const { return m_amortizedRecurringCommitmentHasBeenSet; }
48 inline void SetAmortizedRecurringCommitment(const Aws::String& value) { m_amortizedRecurringCommitmentHasBeenSet = true; m_amortizedRecurringCommitment = value; }
49 inline void SetAmortizedRecurringCommitment(Aws::String&& value) { m_amortizedRecurringCommitmentHasBeenSet = true; m_amortizedRecurringCommitment = std::move(value); }
50 inline void SetAmortizedRecurringCommitment(const char* value) { m_amortizedRecurringCommitmentHasBeenSet = true; m_amortizedRecurringCommitment.assign(value); }
55
57
61 inline const Aws::String& GetAmortizedUpfrontCommitment() const{ return m_amortizedUpfrontCommitment; }
62 inline bool AmortizedUpfrontCommitmentHasBeenSet() const { return m_amortizedUpfrontCommitmentHasBeenSet; }
63 inline void SetAmortizedUpfrontCommitment(const Aws::String& value) { m_amortizedUpfrontCommitmentHasBeenSet = true; m_amortizedUpfrontCommitment = value; }
64 inline void SetAmortizedUpfrontCommitment(Aws::String&& value) { m_amortizedUpfrontCommitmentHasBeenSet = true; m_amortizedUpfrontCommitment = std::move(value); }
65 inline void SetAmortizedUpfrontCommitment(const char* value) { m_amortizedUpfrontCommitmentHasBeenSet = true; m_amortizedUpfrontCommitment.assign(value); }
70
72
76 inline const Aws::String& GetTotalAmortizedCommitment() const{ return m_totalAmortizedCommitment; }
77 inline bool TotalAmortizedCommitmentHasBeenSet() const { return m_totalAmortizedCommitmentHasBeenSet; }
78 inline void SetTotalAmortizedCommitment(const Aws::String& value) { m_totalAmortizedCommitmentHasBeenSet = true; m_totalAmortizedCommitment = value; }
79 inline void SetTotalAmortizedCommitment(Aws::String&& value) { m_totalAmortizedCommitmentHasBeenSet = true; m_totalAmortizedCommitment = std::move(value); }
80 inline void SetTotalAmortizedCommitment(const char* value) { m_totalAmortizedCommitmentHasBeenSet = true; m_totalAmortizedCommitment.assign(value); }
85 private:
86
87 Aws::String m_amortizedRecurringCommitment;
88 bool m_amortizedRecurringCommitmentHasBeenSet = false;
89
90 Aws::String m_amortizedUpfrontCommitment;
91 bool m_amortizedUpfrontCommitmentHasBeenSet = false;
92
93 Aws::String m_totalAmortizedCommitment;
94 bool m_totalAmortizedCommitmentHasBeenSet = false;
95 };
96
97} // namespace Model
98} // namespace CostExplorer
99} // namespace Aws
SavingsPlansAmortizedCommitment & WithAmortizedRecurringCommitment(const char *value)
SavingsPlansAmortizedCommitment & WithAmortizedUpfrontCommitment(Aws::String &&value)
SavingsPlansAmortizedCommitment & WithAmortizedUpfrontCommitment(const char *value)
SavingsPlansAmortizedCommitment & WithAmortizedRecurringCommitment(const Aws::String &value)
SavingsPlansAmortizedCommitment & WithAmortizedUpfrontCommitment(const Aws::String &value)
SavingsPlansAmortizedCommitment & WithTotalAmortizedCommitment(const Aws::String &value)
SavingsPlansAmortizedCommitment & WithTotalAmortizedCommitment(Aws::String &&value)
SavingsPlansAmortizedCommitment & WithAmortizedRecurringCommitment(Aws::String &&value)
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)
SavingsPlansAmortizedCommitment & WithTotalAmortizedCommitment(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue