7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesis/Kinesis_EXPORTS.h>
9#include <aws/kinesis/model/PartitionSpec.h>
10#include <aws/kinesis/model/S3TablesCompressionType.h>
43 template <
typename TableBucketARNT = Aws::String>
45 m_tableBucketARNHasBeenSet =
true;
46 m_tableBucketARN = std::forward<TableBucketARNT>(value);
48 template <
typename TableBucketARNT = Aws::String>
61 template <
typename NamespaceT = Aws::String>
63 m_namespaceHasBeenSet =
true;
64 m_namespace = std::forward<NamespaceT>(value);
66 template <
typename NamespaceT = Aws::String>
80 template <
typename TableNameT = Aws::String>
82 m_tableNameHasBeenSet =
true;
83 m_tableName = std::forward<TableNameT>(value);
85 template <
typename TableNameT = Aws::String>
102 m_compressionTypeHasBeenSet =
true;
103 m_compressionType = value;
117 template <
typename PartitionSpecT = PartitionSpec>
119 m_partitionSpecHasBeenSet =
true;
120 m_partitionSpec = std::forward<PartitionSpecT>(value);
122 template <
typename PartitionSpecT = PartitionSpec>
137 PartitionSpec m_partitionSpec;
138 bool m_tableBucketARNHasBeenSet =
false;
139 bool m_namespaceHasBeenSet =
false;
140 bool m_tableNameHasBeenSet =
false;
141 bool m_compressionTypeHasBeenSet =
false;
142 bool m_partitionSpecHasBeenSet =
false;
void SetTableName(TableNameT &&value)
S3TablesConfiguration & WithTableBucketARN(TableBucketARNT &&value)
void SetNamespace(NamespaceT &&value)
AWS_KINESIS_API S3TablesConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPartitionSpec(PartitionSpecT &&value)
const Aws::String & GetTableName() const
S3TablesConfiguration & WithPartitionSpec(PartitionSpecT &&value)
void SetTableBucketARN(TableBucketARNT &&value)
AWS_KINESIS_API S3TablesConfiguration()=default
AWS_KINESIS_API S3TablesConfiguration(Aws::Utils::Json::JsonView jsonValue)
S3TablesCompressionType GetCompressionType() const
S3TablesConfiguration & WithCompressionType(S3TablesCompressionType value)
S3TablesConfiguration & WithTableName(TableNameT &&value)
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
bool CompressionTypeHasBeenSet() const
const Aws::String & GetNamespace() const
bool TableBucketARNHasBeenSet() const
void SetCompressionType(S3TablesCompressionType value)
bool NamespaceHasBeenSet() const
bool TableNameHasBeenSet() const
bool PartitionSpecHasBeenSet() const
const PartitionSpec & GetPartitionSpec() const
const Aws::String & GetTableBucketARN() const
S3TablesConfiguration & WithNamespace(NamespaceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue