7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetSourceId(
int value) { m_sourceIdHasBeenSet =
true; m_sourceId = value; }
60 template<
typename TransformT = Aws::String>
61 void SetTransform(TransformT&& value) { m_transformHasBeenSet =
true; m_transform = std::forward<TransformT>(value); }
62 template<
typename TransformT = Aws::String>
73 template<
typename NameT = Aws::String>
74 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
75 template<
typename NameT = Aws::String>
86 inline void SetFieldId(
int value) { m_fieldIdHasBeenSet =
true; m_fieldId = value; }
92 bool m_sourceIdHasBeenSet =
false;
95 bool m_transformHasBeenSet =
false;
98 bool m_nameHasBeenSet =
false;
101 bool m_fieldIdHasBeenSet =
false;
IcebergPartitionField & WithFieldId(int value)
void SetSourceId(int value)
IcebergPartitionField & WithTransform(TransformT &&value)
bool NameHasBeenSet() const
IcebergPartitionField & WithName(NameT &&value)
AWS_GLUE_API IcebergPartitionField & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FieldIdHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFieldId(int value)
AWS_GLUE_API IcebergPartitionField(Aws::Utils::Json::JsonView jsonValue)
void SetTransform(TransformT &&value)
bool SourceIdHasBeenSet() const
IcebergPartitionField & WithSourceId(int value)
bool TransformHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetTransform() const
AWS_GLUE_API IcebergPartitionField()=default
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue