7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSAllocator.h>
22namespace AmplifyUIBuilder
49 template<
typename KeyT = Aws::String>
50 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
51 template<
typename KeyT = Aws::String>
63 template<
typename ValueT = ThemeValue>
65 m_valueHasBeenSet =
true;
66 m_value = Aws::MakeShared<ThemeValue>(
"ThemeValues", std::forward<ValueT>(value));
68 template<
typename ValueT = ThemeValue>
74 bool m_keyHasBeenSet =
false;
76 std::shared_ptr<ThemeValue> m_value;
77 bool m_valueHasBeenSet =
false;
ThemeValues & WithKey(KeyT &&value)
AWS_AMPLIFYUIBUILDER_API ThemeValues(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYUIBUILDER_API ThemeValues & operator=(Aws::Utils::Json::JsonView jsonValue)
ThemeValues & WithValue(ValueT &&value)
const ThemeValue & GetValue() const
bool ValueHasBeenSet() const
const Aws::String & GetKey() const
AWS_AMPLIFYUIBUILDER_API ThemeValues()=default
void SetValue(ValueT &&value)
void SetKey(KeyT &&value)
bool KeyHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue