7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/AppflowRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appflow/model/ConnectorType.h>
48 inline void SetConnectorProfileName(
const char* value) { m_connectorProfileNameHasBeenSet =
true; m_connectorProfileName.assign(value); }
81 inline void SetConnectorEntityName(
const char* value) { m_connectorEntityNameHasBeenSet =
true; m_connectorEntityName.assign(value); }
104 inline void SetEntitiesPath(
const char* value) { m_entitiesPathHasBeenSet =
true; m_entitiesPath.assign(value); }
127 inline void SetApiVersion(
const char* value) { m_apiVersionHasBeenSet =
true; m_apiVersion.assign(value); }
135 bool m_connectorProfileNameHasBeenSet =
false;
138 bool m_connectorTypeHasBeenSet =
false;
141 bool m_connectorEntityNameHasBeenSet =
false;
144 bool m_entitiesPathHasBeenSet =
false;
147 bool m_apiVersionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String