7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/IcebergPartitionField.h>
44 template <
typename FieldsT = Aws::Vector<IcebergPartitionField>>
46 m_fieldsHasBeenSet =
true;
47 m_fields = std::forward<FieldsT>(value);
49 template <
typename FieldsT = Aws::Vector<IcebergPartitionField>>
54 template <
typename FieldsT = IcebergPartitionField>
56 m_fieldsHasBeenSet =
true;
57 m_fields.emplace_back(std::forward<FieldsT>(value));
70 m_specIdHasBeenSet =
true;
82 bool m_fieldsHasBeenSet =
false;
83 bool m_specIdHasBeenSet =
false;
bool SpecIdHasBeenSet() const
AWS_GLUE_API IcebergPartitionSpec()=default
AWS_GLUE_API IcebergPartitionSpec & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
IcebergPartitionSpec & WithFields(FieldsT &&value)
void SetSpecId(int value)
IcebergPartitionSpec & AddFields(FieldsT &&value)
IcebergPartitionSpec & WithSpecId(int value)
const Aws::Vector< IcebergPartitionField > & GetFields() const
bool FieldsHasBeenSet() const
void SetFields(FieldsT &&value)
AWS_GLUE_API IcebergPartitionSpec(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue