7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
22namespace AmplifyUIBuilder
50 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
51 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
71 bool m_keyHasBeenSet =
false;
73 std::shared_ptr<ThemeValue> m_value;
74 bool m_valueHasBeenSet =
false;
void SetKey(Aws::String &&value)
AWS_AMPLIFYUIBUILDER_API bool ValueHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API ThemeValues(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYUIBUILDER_API ThemeValues & WithValue(ThemeValue &&value)
void SetKey(const char *value)
void SetKey(const Aws::String &value)
AWS_AMPLIFYUIBUILDER_API ThemeValues & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYUIBUILDER_API ThemeValues()
ThemeValues & WithKey(const Aws::String &value)
const Aws::String & GetKey() const
AWS_AMPLIFYUIBUILDER_API const ThemeValue & GetValue() const
ThemeValues & WithKey(Aws::String &&value)
AWS_AMPLIFYUIBUILDER_API void SetValue(const ThemeValue &value)
AWS_AMPLIFYUIBUILDER_API ThemeValues & WithValue(const ThemeValue &value)
AWS_AMPLIFYUIBUILDER_API void SetValue(ThemeValue &&value)
bool KeyHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
ThemeValues & WithKey(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue