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/GlueSchema.h>
13#include <aws/glue/model/HyperTargetCompressionType.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));
90 m_formatHasBeenSet =
true;
105 template <
typename PartitionKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
107 m_partitionKeysHasBeenSet =
true;
108 m_partitionKeys = std::forward<PartitionKeysT>(value);
110 template <
typename PartitionKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
115 template <
typename PartitionKeysT = Aws::Vector<Aws::String>>
117 m_partitionKeysHasBeenSet =
true;
118 m_partitionKeys.emplace_back(std::forward<PartitionKeysT>(value));
129 template <
typename PathT = Aws::String>
131 m_pathHasBeenSet =
true;
132 m_path = std::forward<PathT>(value);
134 template <
typename PathT = Aws::String>
136 SetPath(std::forward<PathT>(value));
148 m_compressionHasBeenSet =
true;
149 m_compression = value;
163 template <
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
165 m_schemaChangePolicyHasBeenSet =
true;
166 m_schemaChangePolicy = std::forward<SchemaChangePolicyT>(value);
168 template <
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
183 template <
typename AutoDataQualityT = AutoDataQuality>
185 m_autoDataQualityHasBeenSet =
true;
186 m_autoDataQuality = std::forward<AutoDataQualityT>(value);
188 template <
typename AutoDataQualityT = AutoDataQuality>
201 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
203 m_outputSchemasHasBeenSet =
true;
204 m_outputSchemas = std::forward<OutputSchemasT>(value);
206 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
211 template <
typename OutputSchemasT = GlueSchema>
213 m_outputSchemasHasBeenSet =
true;
214 m_outputSchemas.emplace_back(std::forward<OutputSchemasT>(value));
231 DirectSchemaChangePolicy m_schemaChangePolicy;
233 AutoDataQuality m_autoDataQuality;
236 bool m_nameHasBeenSet =
false;
237 bool m_inputsHasBeenSet =
false;
238 bool m_formatHasBeenSet =
false;
239 bool m_partitionKeysHasBeenSet =
false;
240 bool m_pathHasBeenSet =
false;
241 bool m_compressionHasBeenSet =
false;
242 bool m_schemaChangePolicyHasBeenSet =
false;
243 bool m_autoDataQualityHasBeenSet =
false;
244 bool m_outputSchemasHasBeenSet =
false;
const Aws::String & GetPath() const
const Aws::Vector< Aws::Vector< Aws::String > > & GetPartitionKeys() const
const Aws::Vector< GlueSchema > & GetOutputSchemas() const
void SetPath(PathT &&value)
HyperTargetCompressionType GetCompression() const
bool InputsHasBeenSet() const
void SetPartitionKeys(PartitionKeysT &&value)
bool CompressionHasBeenSet() const
bool PathHasBeenSet() const
S3HyperDirectTarget & WithAutoDataQuality(AutoDataQualityT &&value)
S3HyperDirectTarget & AddInputs(InputsT &&value)
S3HyperDirectTarget & WithPath(PathT &&value)
S3HyperDirectTarget & WithPartitionKeys(PartitionKeysT &&value)
const DirectSchemaChangePolicy & GetSchemaChangePolicy() const
bool PartitionKeysHasBeenSet() const
S3HyperDirectTarget & WithInputs(InputsT &&value)
AWS_GLUE_API S3HyperDirectTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
TargetFormat GetFormat() const
const Aws::Vector< Aws::String > & GetInputs() const
AWS_GLUE_API S3HyperDirectTarget(Aws::Utils::Json::JsonView jsonValue)
bool AutoDataQualityHasBeenSet() const
S3HyperDirectTarget & AddPartitionKeys(PartitionKeysT &&value)
bool SchemaChangePolicyHasBeenSet() const
AWS_GLUE_API S3HyperDirectTarget()=default
void SetAutoDataQuality(AutoDataQualityT &&value)
S3HyperDirectTarget & WithName(NameT &&value)
void SetSchemaChangePolicy(SchemaChangePolicyT &&value)
bool OutputSchemasHasBeenSet() const
S3HyperDirectTarget & WithSchemaChangePolicy(SchemaChangePolicyT &&value)
void SetName(NameT &&value)
void SetOutputSchemas(OutputSchemasT &&value)
S3HyperDirectTarget & WithFormat(TargetFormat value)
const Aws::String & GetName() const
void SetInputs(InputsT &&value)
void SetCompression(HyperTargetCompressionType value)
const AutoDataQuality & GetAutoDataQuality() const
S3HyperDirectTarget & WithCompression(HyperTargetCompressionType value)
bool FormatHasBeenSet() const
bool NameHasBeenSet() const
void SetFormat(TargetFormat value)
S3HyperDirectTarget & WithOutputSchemas(OutputSchemasT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
S3HyperDirectTarget & AddOutputSchemas(OutputSchemasT &&value)
HyperTargetCompressionType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue