7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/model/IcebergPartitionField.h>
50 template<
typename FieldsT = Aws::Vector<IcebergPartitionField>>
51 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
52 template<
typename FieldsT = Aws::Vector<IcebergPartitionField>>
54 template<
typename FieldsT = IcebergPartitionField>
65 inline void SetSpecId(
int value) { m_specIdHasBeenSet =
true; m_specId = value; }
71 bool m_fieldsHasBeenSet =
false;
74 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