7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/s3tables/S3Tables_EXPORTS.h>
9#include <aws/s3tables/model/IcebergPartitionField.h>
46 template <
typename FieldsT = Aws::Vector<IcebergPartitionField>>
48 m_fieldsHasBeenSet =
true;
49 m_fields = std::forward<FieldsT>(value);
51 template <
typename FieldsT = Aws::Vector<IcebergPartitionField>>
56 template <
typename FieldsT = IcebergPartitionField>
58 m_fieldsHasBeenSet =
true;
59 m_fields.emplace_back(std::forward<FieldsT>(value));
72 m_specIdHasBeenSet =
true;
84 bool m_fieldsHasBeenSet =
false;
85 bool m_specIdHasBeenSet =
false;
IcebergPartitionSpec & WithSpecId(int value)
bool SpecIdHasBeenSet() const
void SetSpecId(int value)
bool FieldsHasBeenSet() const
AWS_S3TABLES_API IcebergPartitionSpec & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_S3TABLES_API IcebergPartitionSpec()=default
const Aws::Vector< IcebergPartitionField > & GetFields() const
void SetFields(FieldsT &&value)
IcebergPartitionSpec & WithFields(FieldsT &&value)
AWS_S3TABLES_API IcebergPartitionSpec(Aws::Utils::Json::JsonView jsonValue)
IcebergPartitionSpec & AddFields(FieldsT &&value)
AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue