7#include <aws/billing/Billing_EXPORTS.h>
8#include <aws/billing/model/PreferenceValue.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename KeyT = Aws::String>
44 m_keyHasBeenSet =
true;
45 m_key = std::forward<KeyT>(value);
47 template <
typename KeyT = Aws::String>
49 SetKey(std::forward<KeyT>(value));
62 m_valueHasBeenSet =
true;
74 bool m_keyHasBeenSet =
false;
75 bool m_valueHasBeenSet =
false;
AWS_BILLING_API BillingPreferenceForKey()=default
BillingPreferenceForKey & WithValue(PreferenceValue value)
BillingPreferenceForKey & WithKey(KeyT &&value)
AWS_BILLING_API BillingPreferenceForKey(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
const Aws::String & GetKey() const
AWS_BILLING_API BillingPreferenceForKey & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(PreferenceValue value)
AWS_BILLING_API Aws::Utils::Json::JsonValue Jsonize() const
bool KeyHasBeenSet() const
void SetKey(KeyT &&value)
PreferenceValue GetValue() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue