AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
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 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>
51 ComponentPropertyBindingProperties& WithProperty(PropertyT&& value) { SetProperty(std::forward<PropertyT>(value)); return *this;}
53
55
58 inline const Aws::String& GetField() const { return m_field; }
59 inline bool FieldHasBeenSet() const { return m_fieldHasBeenSet; }
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>
63 ComponentPropertyBindingProperties& WithField(FieldT&& value) { SetField(std::forward<FieldT>(value)); return *this;}
65 private:
66
67 Aws::String m_property;
68 bool m_propertyHasBeenSet = false;
69
70 Aws::String m_field;
71 bool m_fieldHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace AmplifyUIBuilder
76} // namespace Aws
AWS_AMPLIFYUIBUILDER_API ComponentPropertyBindingProperties()=default
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
ComponentPropertyBindingProperties & WithProperty(PropertyT &&value)
AWS_AMPLIFYUIBUILDER_API ComponentPropertyBindingProperties(Aws::Utils::Json::JsonView jsonValue)
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