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/HyperTargetCompressionType.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>
112 template<
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
113 void SetSchemaChangePolicy(SchemaChangePolicyT&& value) { m_schemaChangePolicyHasBeenSet =
true; m_schemaChangePolicy = std::forward<SchemaChangePolicyT>(value); }
114 template<
typename SchemaChangePolicyT = DirectSchemaChangePolicy>
120 bool m_nameHasBeenSet =
false;
123 bool m_inputsHasBeenSet =
false;
126 bool m_partitionKeysHasBeenSet =
false;
129 bool m_pathHasBeenSet =
false;
132 bool m_compressionHasBeenSet =
false;
134 DirectSchemaChangePolicy m_schemaChangePolicy;
135 bool m_schemaChangePolicyHasBeenSet =
false;
const Aws::String & GetPath() const
const Aws::Vector< Aws::Vector< Aws::String > > & GetPartitionKeys() const
void SetPath(PathT &&value)
HyperTargetCompressionType GetCompression() const
bool InputsHasBeenSet() const
void SetPartitionKeys(PartitionKeysT &&value)
bool CompressionHasBeenSet() const
bool PathHasBeenSet() const
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)
const Aws::Vector< Aws::String > & GetInputs() const
AWS_GLUE_API S3HyperDirectTarget(Aws::Utils::Json::JsonView jsonValue)
S3HyperDirectTarget & AddPartitionKeys(PartitionKeysT &&value)
bool SchemaChangePolicyHasBeenSet() const
AWS_GLUE_API S3HyperDirectTarget()=default
S3HyperDirectTarget & WithName(NameT &&value)
void SetSchemaChangePolicy(SchemaChangePolicyT &&value)
S3HyperDirectTarget & WithSchemaChangePolicy(SchemaChangePolicyT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
void SetInputs(InputsT &&value)
void SetCompression(HyperTargetCompressionType value)
S3HyperDirectTarget & WithCompression(HyperTargetCompressionType value)
bool NameHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
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