7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3tables/S3Tables_EXPORTS.h>
43 m_sourceIdHasBeenSet =
true;
63 template <
typename TransformT = Aws::String>
65 m_transformHasBeenSet =
true;
66 m_transform = std::forward<TransformT>(value);
68 template <
typename TransformT = Aws::String>
82 template <
typename NameT = Aws::String>
84 m_nameHasBeenSet =
true;
85 m_name = std::forward<NameT>(value);
87 template <
typename NameT = Aws::String>
89 SetName(std::forward<NameT>(value));
102 m_fieldIdHasBeenSet =
true;
118 bool m_sourceIdHasBeenSet =
false;
119 bool m_transformHasBeenSet =
false;
120 bool m_nameHasBeenSet =
false;
121 bool m_fieldIdHasBeenSet =
false;
bool TransformHasBeenSet() const
void SetTransform(TransformT &&value)
bool FieldIdHasBeenSet() const
void SetSourceId(int value)
bool SourceIdHasBeenSet() const
AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const
IcebergPartitionField & WithSourceId(int value)
AWS_S3TABLES_API IcebergPartitionField(Aws::Utils::Json::JsonView jsonValue)
IcebergPartitionField & WithTransform(TransformT &&value)
const Aws::String & GetTransform() const
bool NameHasBeenSet() const
void SetFieldId(int value)
AWS_S3TABLES_API IcebergPartitionField & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
IcebergPartitionField & WithName(NameT &&value)
AWS_S3TABLES_API IcebergPartitionField()=default
const Aws::String & GetName() const
IcebergPartitionField & WithFieldId(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue