AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FormInputBindingPropertiesValue.h
1
6#pragma once
7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/amplifyuibuilder/model/FormInputBindingPropertiesValueProperties.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace AmplifyUIBuilder
23{
24namespace Model
25{
26
36 {
37 public:
38 AWS_AMPLIFYUIBUILDER_API FormInputBindingPropertiesValue();
41 AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const Aws::String& GetType() const{ return m_type; }
49 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
50 inline void SetType(const Aws::String& value) { m_typeHasBeenSet = true; m_type = value; }
51 inline void SetType(Aws::String&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
52 inline void SetType(const char* value) { m_typeHasBeenSet = true; m_type.assign(value); }
53 inline FormInputBindingPropertiesValue& WithType(const Aws::String& value) { SetType(value); return *this;}
54 inline FormInputBindingPropertiesValue& WithType(Aws::String&& value) { SetType(std::move(value)); return *this;}
55 inline FormInputBindingPropertiesValue& WithType(const char* value) { SetType(value); return *this;}
57
59
62 inline const FormInputBindingPropertiesValueProperties& GetBindingProperties() const{ return m_bindingProperties; }
63 inline bool BindingPropertiesHasBeenSet() const { return m_bindingPropertiesHasBeenSet; }
64 inline void SetBindingProperties(const FormInputBindingPropertiesValueProperties& value) { m_bindingPropertiesHasBeenSet = true; m_bindingProperties = value; }
65 inline void SetBindingProperties(FormInputBindingPropertiesValueProperties&& value) { m_bindingPropertiesHasBeenSet = true; m_bindingProperties = std::move(value); }
69 private:
70
71 Aws::String m_type;
72 bool m_typeHasBeenSet = false;
73
75 bool m_bindingPropertiesHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace AmplifyUIBuilder
80} // namespace Aws
FormInputBindingPropertiesValue & WithType(Aws::String &&value)
void SetBindingProperties(const FormInputBindingPropertiesValueProperties &value)
FormInputBindingPropertiesValue & WithBindingProperties(const FormInputBindingPropertiesValueProperties &value)
FormInputBindingPropertiesValue & WithBindingProperties(FormInputBindingPropertiesValueProperties &&value)
AWS_AMPLIFYUIBUILDER_API FormInputBindingPropertiesValue & operator=(Aws::Utils::Json::JsonView jsonValue)
const FormInputBindingPropertiesValueProperties & GetBindingProperties() const
AWS_AMPLIFYUIBUILDER_API FormInputBindingPropertiesValue(Aws::Utils::Json::JsonView jsonValue)
void SetBindingProperties(FormInputBindingPropertiesValueProperties &&value)
FormInputBindingPropertiesValue & WithType(const char *value)
FormInputBindingPropertiesValue & WithType(const Aws::String &value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue