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/ParquetCompressionType.h>
11#include <aws/glue/model/DirectSchemaChangePolicy.h>
12#include <aws/glue/model/AutoDataQuality.h>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
63 template<
typename InputsT = Aws::Vector<Aws::String>>
64 void SetInputs(InputsT&& value) { m_inputsHasBeenSet =
true; m_inputs = std::forward<InputsT>(value); }
65 template<
typename InputsT = Aws::Vector<Aws::String>>
67 template<
typename InputsT = Aws::String>
77 template<
typename PartitionKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
78 void SetPartitionKeys(PartitionKeysT&& value) { m_partitionKeysHasBeenSet =
true; m_partitionKeys = std::forward<PartitionKeysT>(value); }
79 template<
typename PartitionKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
81 template<
typename PartitionKeysT = Aws::Vector<Aws::String>>
91 template<
typename PathT = Aws::String>
92 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
93 template<
typename PathT = Aws::String>
116 template<
typename NumberTargetPartitionsT = Aws::String>
117 void SetNumberTargetPartitions(NumberTargetPartitionsT&& value) { m_numberTargetPartitionsHasBeenSet =
true; m_numberTargetPartitions = std::forward<NumberTargetPartitionsT>(value); }
118 template<
typename NumberTargetPartitionsT = Aws::String>
128 template<
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
129 void SetSchemaChangePolicy(SchemaChangePolicyT&& value) { m_schemaChangePolicyHasBeenSet =
true; m_schemaChangePolicy = std::forward<SchemaChangePolicyT>(value); }
130 template<
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
142 template<
typename AutoDataQualityT = AutoDataQuality>
143 void SetAutoDataQuality(AutoDataQualityT&& value) { m_autoDataQualityHasBeenSet =
true; m_autoDataQuality = std::forward<AutoDataQualityT>(value); }
144 template<
typename AutoDataQualityT = AutoDataQuality>
150 bool m_nameHasBeenSet =
false;
153 bool m_inputsHasBeenSet =
false;
156 bool m_partitionKeysHasBeenSet =
false;
159 bool m_pathHasBeenSet =
false;
162 bool m_compressionHasBeenSet =
false;
165 bool m_numberTargetPartitionsHasBeenSet =
false;
167 DirectSchemaChangePolicy m_schemaChangePolicy;
168 bool m_schemaChangePolicyHasBeenSet =
false;
170 AutoDataQuality m_autoDataQuality;
171 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