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>
11#include <aws/glue/model/SnowflakeNodeData.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 DataT = SnowflakeNodeData>
63 m_dataHasBeenSet =
true;
64 m_data = std::forward<DataT>(value);
66 template <
typename DataT = SnowflakeNodeData>
68 SetData(std::forward<DataT>(value));
79 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
81 m_outputSchemasHasBeenSet =
true;
82 m_outputSchemas = std::forward<OutputSchemasT>(value);
84 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
89 template <
typename OutputSchemasT = GlueSchema>
91 m_outputSchemasHasBeenSet =
true;
92 m_outputSchemas.emplace_back(std::forward<OutputSchemasT>(value));
102 bool m_nameHasBeenSet =
false;
103 bool m_dataHasBeenSet =
false;
104 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