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/AutoDataQuality.h>
11#include <aws/glue/model/DirectSchemaChangePolicy.h>
12#include <aws/glue/model/ParquetCompressionType.h>
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
63 template <
typename InputsT = Aws::Vector<Aws::String>>
65 m_inputsHasBeenSet =
true;
66 m_inputs = std::forward<InputsT>(value);
68 template <
typename InputsT = Aws::Vector<Aws::String>>
73 template <
typename InputsT = Aws::String>
75 m_inputsHasBeenSet =
true;
76 m_inputs.emplace_back(std::forward<InputsT>(value));
87 template <
typename PartitionKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
89 m_partitionKeysHasBeenSet =
true;
90 m_partitionKeys = std::forward<PartitionKeysT>(value);
92 template <
typename PartitionKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
97 template <
typename PartitionKeysT = Aws::Vector<Aws::String>>
99 m_partitionKeysHasBeenSet =
true;
100 m_partitionKeys.emplace_back(std::forward<PartitionKeysT>(value));
111 template <
typename PathT = Aws::String>
113 m_pathHasBeenSet =
true;
114 m_path = std::forward<PathT>(value);
116 template <
typename PathT = Aws::String>
118 SetPath(std::forward<PathT>(value));
132 m_compressionHasBeenSet =
true;
133 m_compression = value;
148 template <
typename NumberTargetPartitionsT = Aws::String>
150 m_numberTargetPartitionsHasBeenSet =
true;
151 m_numberTargetPartitions = std::forward<NumberTargetPartitionsT>(value);
153 template <
typename NumberTargetPartitionsT = Aws::String>
166 template <
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
168 m_schemaChangePolicyHasBeenSet =
true;
169 m_schemaChangePolicy = std::forward<SchemaChangePolicyT>(value);
171 template <
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
186 template <
typename AutoDataQualityT = AutoDataQuality>
188 m_autoDataQualityHasBeenSet =
true;
189 m_autoDataQuality = std::forward<AutoDataQualityT>(value);
191 template <
typename AutoDataQualityT = AutoDataQuality>
199 bool m_nameHasBeenSet =
false;
202 bool m_inputsHasBeenSet =
false;
205 bool m_partitionKeysHasBeenSet =
false;
208 bool m_pathHasBeenSet =
false;
211 bool m_compressionHasBeenSet =
false;
214 bool m_numberTargetPartitionsHasBeenSet =
false;
216 DirectSchemaChangePolicy m_schemaChangePolicy;
217 bool m_schemaChangePolicyHasBeenSet =
false;
219 AutoDataQuality m_autoDataQuality;
220 bool m_autoDataQualityHasBeenSet =
false;
AWS_GLUE_API S3GlueParquetTarget(Aws::Utils::Json::JsonView jsonValue)
void SetPath(PathT &&value)
const Aws::String & GetNumberTargetPartitions() const
void SetCompression(ParquetCompressionType value)
void SetPartitionKeys(PartitionKeysT &&value)
bool PartitionKeysHasBeenSet() const
void SetAutoDataQuality(AutoDataQualityT &&value)
void SetNumberTargetPartitions(NumberTargetPartitionsT &&value)
bool PathHasBeenSet() const
AWS_GLUE_API S3GlueParquetTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::Vector< Aws::String > > & GetPartitionKeys() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
S3GlueParquetTarget & WithName(NameT &&value)
bool CompressionHasBeenSet() const
bool NumberTargetPartitionsHasBeenSet() const
S3GlueParquetTarget & WithPath(PathT &&value)
void SetSchemaChangePolicy(SchemaChangePolicyT &&value)
bool SchemaChangePolicyHasBeenSet() const
S3GlueParquetTarget & WithPartitionKeys(PartitionKeysT &&value)
const AutoDataQuality & GetAutoDataQuality() const
const Aws::String & GetName() const
void SetName(NameT &&value)
S3GlueParquetTarget & WithInputs(InputsT &&value)
S3GlueParquetTarget & AddInputs(InputsT &&value)
S3GlueParquetTarget & WithNumberTargetPartitions(NumberTargetPartitionsT &&value)
const Aws::String & GetPath() const
S3GlueParquetTarget & AddPartitionKeys(PartitionKeysT &&value)
S3GlueParquetTarget & WithSchemaChangePolicy(SchemaChangePolicyT &&value)
S3GlueParquetTarget & WithAutoDataQuality(AutoDataQualityT &&value)
const Aws::Vector< Aws::String > & GetInputs() const
void SetInputs(InputsT &&value)
ParquetCompressionType GetCompression() const
AWS_GLUE_API S3GlueParquetTarget()=default
const DirectSchemaChangePolicy & GetSchemaChangePolicy() const
bool InputsHasBeenSet() const
bool NameHasBeenSet() const
S3GlueParquetTarget & WithCompression(ParquetCompressionType value)
bool AutoDataQualityHasBeenSet() 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