7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/Glue_EXPORTS.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
66 template <
typename ConnectionTypeT = Aws::String>
68 m_connectionTypeHasBeenSet =
true;
69 m_connectionType = std::forward<ConnectionTypeT>(value);
71 template <
typename ConnectionTypeT = Aws::String>
87 template <
typename DataT = Aws::Map<Aws::String, Aws::String>>
89 m_dataHasBeenSet =
true;
90 m_data = std::forward<DataT>(value);
92 template <
typename DataT = Aws::Map<Aws::String, Aws::String>>
94 SetData(std::forward<DataT>(value));
97 template <
typename DataKeyT = Aws::String,
typename DataValueT = Aws::String>
99 m_dataHasBeenSet =
true;
100 m_data.emplace(std::forward<DataKeyT>(key), std::forward<DataValueT>(value));
111 template <
typename InputsT = Aws::Vector<Aws::String>>
113 m_inputsHasBeenSet =
true;
114 m_inputs = std::forward<InputsT>(value);
116 template <
typename InputsT = Aws::Vector<Aws::String>>
121 template <
typename InputsT = Aws::String>
123 m_inputsHasBeenSet =
true;
124 m_inputs.emplace_back(std::forward<InputsT>(value));
136 bool m_nameHasBeenSet =
false;
137 bool m_connectionTypeHasBeenSet =
false;
138 bool m_dataHasBeenSet =
false;
139 bool m_inputsHasBeenSet =
false;
ConnectorDataTarget & AddInputs(InputsT &&value)
ConnectorDataTarget & WithInputs(InputsT &&value)
ConnectorDataTarget & WithData(DataT &&value)
bool InputsHasBeenSet() const
AWS_GLUE_API ConnectorDataTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetData() const
AWS_GLUE_API ConnectorDataTarget(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
const Aws::String & GetConnectionType() const
void SetName(NameT &&value)
void SetConnectionType(ConnectionTypeT &&value)
ConnectorDataTarget & WithName(NameT &&value)
AWS_GLUE_API ConnectorDataTarget()=default
const Aws::Vector< Aws::String > & GetInputs() const
ConnectorDataTarget & AddData(DataKeyT &&key, DataValueT &&value)
void SetInputs(InputsT &&value)
const Aws::String & GetName() const
bool ConnectionTypeHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetData(DataT &&value)
ConnectorDataTarget & WithConnectionType(ConnectionTypeT &&value)
bool DataHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue