7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/GlueSchema.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename ConnectionNameT = Aws::String>
62 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
63 template<
typename ConnectionNameT = Aws::String>
74 template<
typename ConnectorNameT = Aws::String>
75 void SetConnectorName(ConnectorNameT&& value) { m_connectorNameHasBeenSet =
true; m_connectorName = std::forward<ConnectorNameT>(value); }
76 template<
typename ConnectorNameT = Aws::String>
87 template<
typename ConnectionTypeT = Aws::String>
88 void SetConnectionType(ConnectionTypeT&& value) { m_connectionTypeHasBeenSet =
true; m_connectionType = std::forward<ConnectionTypeT>(value); }
89 template<
typename ConnectionTypeT = Aws::String>
99 template<
typename ConnectionTableT = Aws::String>
100 void SetConnectionTable(ConnectionTableT&& value) { m_connectionTableHasBeenSet =
true; m_connectionTable = std::forward<ConnectionTableT>(value); }
101 template<
typename ConnectionTableT = Aws::String>
112 template<
typename SchemaNameT = Aws::String>
113 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
114 template<
typename SchemaNameT = Aws::String>
124 template<
typename OutputSchemasT = Aws::Vector<GlueSchema>>
125 void SetOutputSchemas(OutputSchemasT&& value) { m_outputSchemasHasBeenSet =
true; m_outputSchemas = std::forward<OutputSchemasT>(value); }
126 template<
typename OutputSchemasT = Aws::Vector<GlueSchema>>
128 template<
typename OutputSchemasT = GlueSchema>
134 bool m_nameHasBeenSet =
false;
137 bool m_connectionNameHasBeenSet =
false;
140 bool m_connectorNameHasBeenSet =
false;
143 bool m_connectionTypeHasBeenSet =
false;
146 bool m_connectionTableHasBeenSet =
false;
149 bool m_schemaNameHasBeenSet =
false;
152 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