7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyUIBuilder
50 inline void SetProperty(
const char* value) { m_propertyHasBeenSet =
true; m_property.assign(value); }
64 inline void SetField(
const char* value) { m_fieldHasBeenSet =
true; m_field.assign(value); }
72 bool m_propertyHasBeenSet =
false;
75 bool m_fieldHasBeenSet =
false;
const Aws::String & GetProperty() const
bool PropertyHasBeenSet() const
void SetField(Aws::String &&value)
void SetProperty(const Aws::String &value)
ComponentPropertyBindingProperties & WithField(const char *value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
ComponentPropertyBindingProperties & WithProperty(Aws::String &&value)
ComponentPropertyBindingProperties & WithField(const Aws::String &value)
void SetField(const char *value)
void SetField(const Aws::String &value)
ComponentPropertyBindingProperties & WithProperty(const char *value)
ComponentPropertyBindingProperties & WithField(Aws::String &&value)
AWS_AMPLIFYUIBUILDER_API ComponentPropertyBindingProperties(Aws::Utils::Json::JsonView jsonValue)
void SetProperty(const char *value)
AWS_AMPLIFYUIBUILDER_API ComponentPropertyBindingProperties()
bool FieldHasBeenSet() const
void SetProperty(Aws::String &&value)
ComponentPropertyBindingProperties & WithProperty(const Aws::String &value)
const Aws::String & GetField() const
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