7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/amplifyuibuilder/model/ThemeValues.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace AmplifyUIBuilder
52 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
74 bool m_valueHasBeenSet =
false;
77 bool m_childrenHasBeenSet =
false;
void SetChildren(const Aws::Vector< ThemeValues > &value)
ThemeValue & WithChildren(const Aws::Vector< ThemeValues > &value)
ThemeValue & AddChildren(ThemeValues &&value)
void SetValue(const char *value)
AWS_AMPLIFYUIBUILDER_API ThemeValue & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ThemeValues > & GetChildren() const
ThemeValue & WithValue(const char *value)
void SetValue(const Aws::String &value)
void SetChildren(Aws::Vector< ThemeValues > &&value)
bool ChildrenHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API ThemeValue()
ThemeValue & WithValue(const Aws::String &value)
ThemeValue & AddChildren(const ThemeValues &value)
ThemeValue & WithValue(Aws::String &&value)
AWS_AMPLIFYUIBUILDER_API ThemeValue(Aws::Utils::Json::JsonView jsonValue)
ThemeValue & WithChildren(Aws::Vector< ThemeValues > &&value)
const Aws::String & GetValue() const
void SetValue(Aws::String &&value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue