7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/SnowflakeNodeData.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#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 DataT = SnowflakeNodeData>
62 void SetData(DataT&& value) { m_dataHasBeenSet =
true; m_data = std::forward<DataT>(value); }
63 template<
typename DataT = SnowflakeNodeData>
73 template<
typename OutputSchemasT = Aws::Vector<GlueSchema>>
74 void SetOutputSchemas(OutputSchemasT&& value) { m_outputSchemasHasBeenSet =
true; m_outputSchemas = std::forward<OutputSchemasT>(value); }
75 template<
typename OutputSchemasT = Aws::Vector<GlueSchema>>
77 template<
typename OutputSchemasT = GlueSchema>
78 SnowflakeSource&
AddOutputSchemas(OutputSchemasT&& value) { m_outputSchemasHasBeenSet =
true; m_outputSchemas.emplace_back(std::forward<OutputSchemasT>(value));
return *
this; }
83 bool m_nameHasBeenSet =
false;
86 bool m_dataHasBeenSet =
false;
89 bool m_outputSchemasHasBeenSet =
false;
bool DataHasBeenSet() const
bool NameHasBeenSet() const
const SnowflakeNodeData & GetData() const
AWS_GLUE_API SnowflakeSource & operator=(Aws::Utils::Json::JsonView jsonValue)
SnowflakeSource & WithName(NameT &&value)
AWS_GLUE_API SnowflakeSource(Aws::Utils::Json::JsonView jsonValue)
void SetData(DataT &&value)
void SetName(NameT &&value)
void SetOutputSchemas(OutputSchemasT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
SnowflakeSource & WithData(DataT &&value)
const Aws::Vector< GlueSchema > & GetOutputSchemas() const
SnowflakeSource & AddOutputSchemas(OutputSchemasT &&value)
bool OutputSchemasHasBeenSet() const
AWS_GLUE_API SnowflakeSource()=default
SnowflakeSource & WithOutputSchemas(OutputSchemasT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue