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>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename InputsT = Aws::Vector<Aws::String>>
63 void SetInputs(InputsT&& value) { m_inputsHasBeenSet =
true; m_inputs = std::forward<InputsT>(value); }
64 template<
typename InputsT = Aws::Vector<Aws::String>>
66 template<
typename InputsT = Aws::String>
76 template<
typename PartitionKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
77 void SetPartitionKeys(PartitionKeysT&& value) { m_partitionKeysHasBeenSet =
true; m_partitionKeys = std::forward<PartitionKeysT>(value); }
78 template<
typename PartitionKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
80 template<
typename PartitionKeysT = Aws::Vector<Aws::String>>
90 template<
typename PathT = Aws::String>
91 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
92 template<
typename PathT = Aws::String>
115 template<
typename NumberTargetPartitionsT = Aws::String>
116 void SetNumberTargetPartitions(NumberTargetPartitionsT&& value) { m_numberTargetPartitionsHasBeenSet =
true; m_numberTargetPartitions = std::forward<NumberTargetPartitionsT>(value); }
117 template<
typename NumberTargetPartitionsT = Aws::String>
127 template<
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
128 void SetSchemaChangePolicy(SchemaChangePolicyT&& value) { m_schemaChangePolicyHasBeenSet =
true; m_schemaChangePolicy = std::forward<SchemaChangePolicyT>(value); }
129 template<
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
135 bool m_nameHasBeenSet =
false;
138 bool m_inputsHasBeenSet =
false;
141 bool m_partitionKeysHasBeenSet =
false;
144 bool m_pathHasBeenSet =
false;
147 bool m_compressionHasBeenSet =
false;
150 bool m_numberTargetPartitionsHasBeenSet =
false;
152 DirectSchemaChangePolicy m_schemaChangePolicy;
153 bool m_schemaChangePolicyHasBeenSet =
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 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 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)
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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue