7#include <aws/savingsplans/SavingsPlans_EXPORTS.h>
8#include <aws/savingsplans/model/SavingsPlanRatePropertyKey.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename ValueT = Aws::String>
58 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
59 template<
typename ValueT = Aws::String>
65 bool m_nameHasBeenSet =
false;
68 bool m_valueHasBeenSet =
false;
SavingsPlanRateProperty & WithValue(ValueT &&value)
AWS_SAVINGSPLANS_API SavingsPlanRateProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
void SetName(SavingsPlanRatePropertyKey value)
SavingsPlanRateProperty & WithName(SavingsPlanRatePropertyKey value)
bool ValueHasBeenSet() const
AWS_SAVINGSPLANS_API SavingsPlanRateProperty(Aws::Utils::Json::JsonView jsonValue)
AWS_SAVINGSPLANS_API SavingsPlanRateProperty()=default
SavingsPlanRatePropertyKey GetName() const
const Aws::String & GetValue() const
AWS_SAVINGSPLANS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValue(ValueT &&value)
SavingsPlanRatePropertyKey
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue