7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/GlueSchema.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));
61 template <
typename ConnectionNameT = Aws::String>
63 m_connectionNameHasBeenSet =
true;
64 m_connectionName = std::forward<ConnectionNameT>(value);
66 template <
typename ConnectionNameT = Aws::String>
80 template <
typename ConnectorNameT = Aws::String>
82 m_connectorNameHasBeenSet =
true;
83 m_connectorName = std::forward<ConnectorNameT>(value);
85 template <
typename ConnectorNameT = Aws::String>
99 template <
typename ConnectionTypeT = Aws::String>
101 m_connectionTypeHasBeenSet =
true;
102 m_connectionType = std::forward<ConnectionTypeT>(value);
104 template <
typename ConnectionTypeT = Aws::String>
117 template <
typename ConnectionTableT = Aws::String>
119 m_connectionTableHasBeenSet =
true;
120 m_connectionTable = std::forward<ConnectionTableT>(value);
122 template <
typename ConnectionTableT = Aws::String>
136 template <
typename SchemaNameT = Aws::String>
138 m_schemaNameHasBeenSet =
true;
139 m_schemaName = std::forward<SchemaNameT>(value);
141 template <
typename SchemaNameT = Aws::String>
154 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
156 m_outputSchemasHasBeenSet =
true;
157 m_outputSchemas = std::forward<OutputSchemasT>(value);
159 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
164 template <
typename OutputSchemasT = GlueSchema>
166 m_outputSchemasHasBeenSet =
true;
167 m_outputSchemas.emplace_back(std::forward<OutputSchemasT>(value));
185 bool m_nameHasBeenSet =
false;
186 bool m_connectionNameHasBeenSet =
false;
187 bool m_connectorNameHasBeenSet =
false;
188 bool m_connectionTypeHasBeenSet =
false;
189 bool m_connectionTableHasBeenSet =
false;
190 bool m_schemaNameHasBeenSet =
false;
191 bool m_outputSchemasHasBeenSet =
false;
AthenaConnectorSource & WithName(NameT &&value)
const Aws::String & GetConnectionType() const
AWS_GLUE_API AthenaConnectorSource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSchemaName() const
AthenaConnectorSource & WithConnectionName(ConnectionNameT &&value)
bool ConnectorNameHasBeenSet() const
bool OutputSchemasHasBeenSet() const
const Aws::Vector< GlueSchema > & GetOutputSchemas() const
const Aws::String & GetConnectionTable() const
AthenaConnectorSource & WithSchemaName(SchemaNameT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
AthenaConnectorSource & WithConnectionType(ConnectionTypeT &&value)
void SetSchemaName(SchemaNameT &&value)
const Aws::String & GetConnectorName() const
const Aws::String & GetName() const
AWS_GLUE_API AthenaConnectorSource()=default
void SetConnectionName(ConnectionNameT &&value)
void SetOutputSchemas(OutputSchemasT &&value)
const Aws::String & GetConnectionName() const
AWS_GLUE_API AthenaConnectorSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AthenaConnectorSource & WithConnectorName(ConnectorNameT &&value)
void SetConnectorName(ConnectorNameT &&value)
bool ConnectionTypeHasBeenSet() const
bool ConnectionTableHasBeenSet() const
AthenaConnectorSource & WithOutputSchemas(OutputSchemasT &&value)
AthenaConnectorSource & AddOutputSchemas(OutputSchemasT &&value)
void SetConnectionTable(ConnectionTableT &&value)
void SetConnectionType(ConnectionTypeT &&value)
AthenaConnectorSource & WithConnectionTable(ConnectionTableT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool SchemaNameHasBeenSet() const
bool ConnectionNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue