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/TargetFormat.h>
11#include <aws/glue/model/HyperTargetCompressionType.h>
12#include <aws/glue/model/DirectSchemaChangePolicy.h>
13#include <aws/glue/model/AutoDataQuality.h>
14#include <aws/glue/model/GlueSchema.h>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
65 template<
typename InputsT = Aws::Vector<Aws::String>>
66 void SetInputs(InputsT&& value) { m_inputsHasBeenSet =
true; m_inputs = std::forward<InputsT>(value); }
67 template<
typename InputsT = Aws::Vector<Aws::String>>
69 template<
typename InputsT = Aws::String>
89 template<
typename PartitionKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
90 void SetPartitionKeys(PartitionKeysT&& value) { m_partitionKeysHasBeenSet =
true; m_partitionKeys = std::forward<PartitionKeysT>(value); }
91 template<
typename PartitionKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
93 template<
typename PartitionKeysT = Aws::Vector<Aws::String>>
103 template<
typename PathT = Aws::String>
104 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
105 template<
typename PathT = Aws::String>
125 template<
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
126 void SetSchemaChangePolicy(SchemaChangePolicyT&& value) { m_schemaChangePolicyHasBeenSet =
true; m_schemaChangePolicy = std::forward<SchemaChangePolicyT>(value); }
127 template<
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
139 template<
typename AutoDataQualityT = AutoDataQuality>
140 void SetAutoDataQuality(AutoDataQualityT&& value) { m_autoDataQualityHasBeenSet =
true; m_autoDataQuality = std::forward<AutoDataQualityT>(value); }
141 template<
typename AutoDataQualityT = AutoDataQuality>
151 template<
typename OutputSchemasT = Aws::Vector<GlueSchema>>
152 void SetOutputSchemas(OutputSchemasT&& value) { m_outputSchemasHasBeenSet =
true; m_outputSchemas = std::forward<OutputSchemasT>(value); }
153 template<
typename OutputSchemasT = Aws::Vector<GlueSchema>>
155 template<
typename OutputSchemasT = GlueSchema>
161 bool m_nameHasBeenSet =
false;
164 bool m_inputsHasBeenSet =
false;
167 bool m_formatHasBeenSet =
false;
170 bool m_partitionKeysHasBeenSet =
false;
173 bool m_pathHasBeenSet =
false;
176 bool m_compressionHasBeenSet =
false;
178 DirectSchemaChangePolicy m_schemaChangePolicy;
179 bool m_schemaChangePolicyHasBeenSet =
false;
181 AutoDataQuality m_autoDataQuality;
182 bool m_autoDataQualityHasBeenSet =
false;
185 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