7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename LabelT = Aws::String>
62 m_labelHasBeenSet =
true;
63 m_label = std::forward<LabelT>(value);
65 template <
typename LabelT = Aws::String>
67 SetLabel(std::forward<LabelT>(value));
84 m_hasNestedEntitiesHasBeenSet =
true;
85 m_hasNestedEntities = value;
97 bool m_hasNestedEntities{
false};
98 bool m_nameHasBeenSet =
false;
99 bool m_labelHasBeenSet =
false;
100 bool m_hasNestedEntitiesHasBeenSet =
false;
AWS_APPFLOW_API ConnectorEntity()=default
void SetName(NameT &&value)
const Aws::String & GetLabel() const
ConnectorEntity & WithName(NameT &&value)
void SetHasNestedEntities(bool value)
ConnectorEntity & WithLabel(LabelT &&value)
const Aws::String & GetName() const
ConnectorEntity & WithHasNestedEntities(bool value)
AWS_APPFLOW_API ConnectorEntity(Aws::Utils::Json::JsonView jsonValue)
void SetLabel(LabelT &&value)
AWS_APPFLOW_API ConnectorEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
bool HasNestedEntitiesHasBeenSet() const
bool LabelHasBeenSet() const
bool GetHasNestedEntities() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue