7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyUIBuilder
48 template<
typename PropertyT = Aws::String>
49 void SetProperty(PropertyT&& value) { m_propertyHasBeenSet =
true; m_property = std::forward<PropertyT>(value); }
50 template<
typename PropertyT = Aws::String>
60 template<
typename FieldT = Aws::String>
61 void SetField(FieldT&& value) { m_fieldHasBeenSet =
true; m_field = std::forward<FieldT>(value); }
62 template<
typename FieldT = Aws::String>
68 bool m_propertyHasBeenSet =
false;
71 bool m_fieldHasBeenSet =
false;
AWS_AMPLIFYUIBUILDER_API ComponentPropertyBindingProperties()=default
const Aws::String & GetProperty() const
ComponentPropertyBindingProperties & WithField(FieldT &&value)
bool PropertyHasBeenSet() const
void SetField(FieldT &&value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
ComponentPropertyBindingProperties & WithProperty(PropertyT &&value)
AWS_AMPLIFYUIBUILDER_API ComponentPropertyBindingProperties(Aws::Utils::Json::JsonView jsonValue)
bool FieldHasBeenSet() const
const Aws::String & GetField() const
void SetProperty(PropertyT &&value)
AWS_AMPLIFYUIBUILDER_API ComponentPropertyBindingProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue