AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ConnectorEntity.h
1
6#pragma once
7#include <aws/appflow/Appflow_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 Appflow
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_APPFLOW_API ConnectorEntity();
37 AWS_APPFLOW_API ConnectorEntity(Aws::Utils::Json::JsonView jsonValue);
39 AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetName() const{ return m_name; }
47 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
48 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
49 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
50 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
51 inline ConnectorEntity& WithName(const Aws::String& value) { SetName(value); return *this;}
52 inline ConnectorEntity& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
53 inline ConnectorEntity& WithName(const char* value) { SetName(value); return *this;}
55
57
60 inline const Aws::String& GetLabel() const{ return m_label; }
61 inline bool LabelHasBeenSet() const { return m_labelHasBeenSet; }
62 inline void SetLabel(const Aws::String& value) { m_labelHasBeenSet = true; m_label = value; }
63 inline void SetLabel(Aws::String&& value) { m_labelHasBeenSet = true; m_label = std::move(value); }
64 inline void SetLabel(const char* value) { m_labelHasBeenSet = true; m_label.assign(value); }
65 inline ConnectorEntity& WithLabel(const Aws::String& value) { SetLabel(value); return *this;}
66 inline ConnectorEntity& WithLabel(Aws::String&& value) { SetLabel(std::move(value)); return *this;}
67 inline ConnectorEntity& WithLabel(const char* value) { SetLabel(value); return *this;}
69
71
79 inline bool GetHasNestedEntities() const{ return m_hasNestedEntities; }
80 inline bool HasNestedEntitiesHasBeenSet() const { return m_hasNestedEntitiesHasBeenSet; }
81 inline void SetHasNestedEntities(bool value) { m_hasNestedEntitiesHasBeenSet = true; m_hasNestedEntities = value; }
82 inline ConnectorEntity& WithHasNestedEntities(bool value) { SetHasNestedEntities(value); return *this;}
84 private:
85
86 Aws::String m_name;
87 bool m_nameHasBeenSet = false;
88
89 Aws::String m_label;
90 bool m_labelHasBeenSet = false;
91
92 bool m_hasNestedEntities;
93 bool m_hasNestedEntitiesHasBeenSet = false;
94 };
95
96} // namespace Model
97} // namespace Appflow
98} // namespace Aws
ConnectorEntity & WithName(const char *value)
void SetLabel(Aws::String &&value)
const Aws::String & GetLabel() const
ConnectorEntity & WithName(Aws::String &&value)
const Aws::String & GetName() const
ConnectorEntity & WithHasNestedEntities(bool value)
AWS_APPFLOW_API ConnectorEntity(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API ConnectorEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
ConnectorEntity & WithLabel(Aws::String &&value)
ConnectorEntity & WithName(const Aws::String &value)
ConnectorEntity & WithLabel(const Aws::String &value)
ConnectorEntity & WithLabel(const char *value)
void SetName(const Aws::String &value)
void SetLabel(const Aws::String &value)
void SetName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue