7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/AutoDataQuality.h>
12#include <aws/glue/model/DeltaTargetCompressionType.h>
13#include <aws/glue/model/DirectSchemaChangePolicy.h>
14#include <aws/glue/model/TargetFormat.h>
47 template <
typename NameT = Aws::String>
49 m_nameHasBeenSet =
true;
50 m_name = std::forward<NameT>(value);
52 template <
typename NameT = Aws::String>
54 SetName(std::forward<NameT>(value));
65 template <
typename InputsT = Aws::Vector<Aws::String>>
67 m_inputsHasBeenSet =
true;
68 m_inputs = std::forward<InputsT>(value);
70 template <
typename InputsT = Aws::Vector<Aws::String>>
75 template <
typename InputsT = Aws::String>
77 m_inputsHasBeenSet =
true;
78 m_inputs.emplace_back(std::forward<InputsT>(value));
89 template <
typename PartitionKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
91 m_partitionKeysHasBeenSet =
true;
92 m_partitionKeys = std::forward<PartitionKeysT>(value);
94 template <
typename PartitionKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
99 template <
typename PartitionKeysT = Aws::Vector<Aws::String>>
101 m_partitionKeysHasBeenSet =
true;
102 m_partitionKeys.emplace_back(std::forward<PartitionKeysT>(value));
113 template <
typename PathT = Aws::String>
115 m_pathHasBeenSet =
true;
116 m_path = std::forward<PathT>(value);
118 template <
typename PathT = Aws::String>
120 SetPath(std::forward<PathT>(value));
134 m_compressionHasBeenSet =
true;
135 m_compression = value;
150 template <
typename NumberTargetPartitionsT = Aws::String>
152 m_numberTargetPartitionsHasBeenSet =
true;
153 m_numberTargetPartitions = std::forward<NumberTargetPartitionsT>(value);
155 template <
typename NumberTargetPartitionsT = Aws::String>
169 m_formatHasBeenSet =
true;
184 template <
typename AdditionalOptionsT = Aws::Map<Aws::String, Aws::String>>
186 m_additionalOptionsHasBeenSet =
true;
187 m_additionalOptions = std::forward<AdditionalOptionsT>(value);
189 template <
typename AdditionalOptionsT = Aws::Map<Aws::String, Aws::String>>
194 template <
typename AdditionalOptionsKeyT = Aws::String,
typename AdditionalOptionsValueT = Aws::String>
196 m_additionalOptionsHasBeenSet =
true;
197 m_additionalOptions.emplace(std::forward<AdditionalOptionsKeyT>(key), std::forward<AdditionalOptionsValueT>(value));
208 template <
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
210 m_schemaChangePolicyHasBeenSet =
true;
211 m_schemaChangePolicy = std::forward<SchemaChangePolicyT>(value);
213 template <
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
228 template <
typename AutoDataQualityT = AutoDataQuality>
230 m_autoDataQualityHasBeenSet =
true;
231 m_autoDataQuality = std::forward<AutoDataQualityT>(value);
233 template <
typename AutoDataQualityT = AutoDataQuality>
241 bool m_nameHasBeenSet =
false;
244 bool m_inputsHasBeenSet =
false;
247 bool m_partitionKeysHasBeenSet =
false;
250 bool m_pathHasBeenSet =
false;
253 bool m_compressionHasBeenSet =
false;
256 bool m_numberTargetPartitionsHasBeenSet =
false;
259 bool m_formatHasBeenSet =
false;
262 bool m_additionalOptionsHasBeenSet =
false;
264 DirectSchemaChangePolicy m_schemaChangePolicy;
265 bool m_schemaChangePolicyHasBeenSet =
false;
267 AutoDataQuality m_autoDataQuality;
268 bool m_autoDataQualityHasBeenSet =
false;
AWS_GLUE_API S3DeltaDirectTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetAdditionalOptions() const
S3DeltaDirectTarget & WithFormat(TargetFormat value)
bool SchemaChangePolicyHasBeenSet() const
S3DeltaDirectTarget & WithPartitionKeys(PartitionKeysT &&value)
AWS_GLUE_API S3DeltaDirectTarget(Aws::Utils::Json::JsonView jsonValue)
bool InputsHasBeenSet() const
bool AdditionalOptionsHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::Vector< Aws::String > > & GetPartitionKeys() const
void SetAdditionalOptions(AdditionalOptionsT &&value)
bool CompressionHasBeenSet() const
S3DeltaDirectTarget & WithCompression(DeltaTargetCompressionType value)
S3DeltaDirectTarget & WithNumberTargetPartitions(NumberTargetPartitionsT &&value)
S3DeltaDirectTarget & WithInputs(InputsT &&value)
AWS_GLUE_API S3DeltaDirectTarget()=default
S3DeltaDirectTarget & AddPartitionKeys(PartitionKeysT &&value)
S3DeltaDirectTarget & WithAutoDataQuality(AutoDataQualityT &&value)
const Aws::String & GetNumberTargetPartitions() const
S3DeltaDirectTarget & AddInputs(InputsT &&value)
void SetPartitionKeys(PartitionKeysT &&value)
S3DeltaDirectTarget & WithAdditionalOptions(AdditionalOptionsT &&value)
const DirectSchemaChangePolicy & GetSchemaChangePolicy() const
void SetAutoDataQuality(AutoDataQualityT &&value)
S3DeltaDirectTarget & WithSchemaChangePolicy(SchemaChangePolicyT &&value)
const AutoDataQuality & GetAutoDataQuality() const
const Aws::String & GetName() const
DeltaTargetCompressionType GetCompression() const
void SetName(NameT &&value)
void SetCompression(DeltaTargetCompressionType value)
bool NumberTargetPartitionsHasBeenSet() const
S3DeltaDirectTarget & WithPath(PathT &&value)
bool FormatHasBeenSet() const
bool NameHasBeenSet() const
void SetInputs(InputsT &&value)
S3DeltaDirectTarget & WithName(NameT &&value)
void SetPath(PathT &&value)
void SetFormat(TargetFormat value)
TargetFormat GetFormat() const
bool AutoDataQualityHasBeenSet() const
bool PathHasBeenSet() const
const Aws::Vector< Aws::String > & GetInputs() const
void SetSchemaChangePolicy(SchemaChangePolicyT &&value)
S3DeltaDirectTarget & AddAdditionalOptions(AdditionalOptionsKeyT &&key, AdditionalOptionsValueT &&value)
const Aws::String & GetPath() const
void SetNumberTargetPartitions(NumberTargetPartitionsT &&value)
bool PartitionKeysHasBeenSet() const
DeltaTargetCompressionType
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue