7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyUIBuilder
47 template<
typename ElementT = Aws::String>
48 void SetElement(ElementT&& value) { m_elementHasBeenSet =
true; m_element = std::forward<ElementT>(value); }
49 template<
typename ElementT = Aws::String>
59 template<
typename PropertyT = Aws::String>
60 void SetProperty(PropertyT&& value) { m_propertyHasBeenSet =
true; m_property = std::forward<PropertyT>(value); }
61 template<
typename PropertyT = Aws::String>
67 bool m_elementHasBeenSet =
false;
70 bool m_propertyHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue