AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ComponentPropertyBindingProperties.h
1
6#pragma once
7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace AmplifyUIBuilder
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_AMPLIFYUIBUILDER_API ComponentPropertyBindingProperties();
39 AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetProperty() const{ return m_property; }
47 inline bool PropertyHasBeenSet() const { return m_propertyHasBeenSet; }
48 inline void SetProperty(const Aws::String& value) { m_propertyHasBeenSet = true; m_property = value; }
49 inline void SetProperty(Aws::String&& value) { m_propertyHasBeenSet = true; m_property = std::move(value); }
50 inline void SetProperty(const char* value) { m_propertyHasBeenSet = true; m_property.assign(value); }
51 inline ComponentPropertyBindingProperties& WithProperty(const Aws::String& value) { SetProperty(value); return *this;}
52 inline ComponentPropertyBindingProperties& WithProperty(Aws::String&& value) { SetProperty(std::move(value)); return *this;}
53 inline ComponentPropertyBindingProperties& WithProperty(const char* value) { SetProperty(value); return *this;}
55
57
60 inline const Aws::String& GetField() const{ return m_field; }
61 inline bool FieldHasBeenSet() const { return m_fieldHasBeenSet; }
62 inline void SetField(const Aws::String& value) { m_fieldHasBeenSet = true; m_field = value; }
63 inline void SetField(Aws::String&& value) { m_fieldHasBeenSet = true; m_field = std::move(value); }
64 inline void SetField(const char* value) { m_fieldHasBeenSet = true; m_field.assign(value); }
65 inline ComponentPropertyBindingProperties& WithField(const Aws::String& value) { SetField(value); return *this;}
66 inline ComponentPropertyBindingProperties& WithField(Aws::String&& value) { SetField(std::move(value)); return *this;}
67 inline ComponentPropertyBindingProperties& WithField(const char* value) { SetField(value); return *this;}
69 private:
70
71 Aws::String m_property;
72 bool m_propertyHasBeenSet = false;
73
74 Aws::String m_field;
75 bool m_fieldHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace AmplifyUIBuilder
80} // namespace Aws
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)
ComponentPropertyBindingProperties & WithProperty(const char *value)
ComponentPropertyBindingProperties & WithField(Aws::String &&value)
AWS_AMPLIFYUIBUILDER_API ComponentPropertyBindingProperties(Aws::Utils::Json::JsonView jsonValue)
ComponentPropertyBindingProperties & WithProperty(const Aws::String &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