7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename LabelT = Aws::String>
61 void SetLabel(LabelT&& value) { m_labelHasBeenSet =
true; m_label = std::forward<LabelT>(value); }
62 template<
typename LabelT = Aws::String>
77 inline void SetHasNestedEntities(
bool value) { m_hasNestedEntitiesHasBeenSet =
true; m_hasNestedEntities = value; }
83 bool m_nameHasBeenSet =
false;
86 bool m_labelHasBeenSet =
false;
88 bool m_hasNestedEntities{
false};
89 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