7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
64 inline void SetLabel(
const char* value) { m_labelHasBeenSet =
true; m_label.assign(value); }
81 inline void SetHasNestedEntities(
bool value) { m_hasNestedEntitiesHasBeenSet =
true; m_hasNestedEntities = value; }
87 bool m_nameHasBeenSet =
false;
90 bool m_labelHasBeenSet =
false;
92 bool m_hasNestedEntities;
93 bool m_hasNestedEntitiesHasBeenSet =
false;
AWS_APPFLOW_API ConnectorEntity()
ConnectorEntity & WithName(const char *value)
void SetLabel(Aws::String &&value)
void SetLabel(const char *value)
const Aws::String & GetLabel() const
void SetHasNestedEntities(bool value)
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
bool NameHasBeenSet() const
bool HasNestedEntitiesHasBeenSet() const
ConnectorEntity & WithLabel(Aws::String &&value)
ConnectorEntity & WithName(const Aws::String &value)
bool LabelHasBeenSet() const
void SetName(const char *value)
ConnectorEntity & WithLabel(const Aws::String &value)
bool GetHasNestedEntities() const
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