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
50 template<
typename ValueT = Aws::String>
51 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
52 template<
typename ValueT = Aws::String>
62 template<
typename ChildrenT = Aws::Vector<ThemeValues>>
63 void SetChildren(ChildrenT&& value) { m_childrenHasBeenSet =
true; m_children = std::forward<ChildrenT>(value); }
64 template<
typename ChildrenT = Aws::Vector<ThemeValues>>
66 template<
typename ChildrenT = ThemeValues>
67 ThemeValue&
AddChildren(ChildrenT&& value) { m_childrenHasBeenSet =
true; m_children.emplace_back(std::forward<ChildrenT>(value));
return *
this; }
72 bool m_valueHasBeenSet =
false;
75 bool m_childrenHasBeenSet =
false;
ThemeValue & AddChildren(ChildrenT &&value)
AWS_AMPLIFYUIBUILDER_API ThemeValue & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ThemeValues > & GetChildren() const
AWS_AMPLIFYUIBUILDER_API ThemeValue()=default
bool ChildrenHasBeenSet() const
ThemeValue & WithChildren(ChildrenT &&value)
AWS_AMPLIFYUIBUILDER_API ThemeValue(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
ThemeValue & WithValue(ValueT &&value)
void SetChildren(ChildrenT &&value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueHasBeenSet() const
void SetValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue