7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
45 template <
typename FieldNameT = Aws::String>
47 m_fieldNameHasBeenSet =
true;
48 m_fieldName = std::forward<FieldNameT>(value);
50 template <
typename FieldNameT = Aws::String>
70 template <
typename FunctionSpecT = Aws::String>
72 m_functionSpecHasBeenSet =
true;
73 m_functionSpec = std::forward<FunctionSpecT>(value);
75 template <
typename FunctionSpecT = Aws::String>
101 template <
typename ConversionSpecT = Aws::String>
103 m_conversionSpecHasBeenSet =
true;
104 m_conversionSpec = std::forward<ConversionSpecT>(value);
106 template <
typename ConversionSpecT = Aws::String>
118 bool m_fieldNameHasBeenSet =
false;
119 bool m_functionSpecHasBeenSet =
false;
120 bool m_conversionSpecHasBeenSet =
false;
const Aws::String & GetConversionSpec() const
AWS_GLUE_API IntegrationPartition & operator=(Aws::Utils::Json::JsonView jsonValue)
IntegrationPartition & WithFieldName(FieldNameT &&value)
void SetConversionSpec(ConversionSpecT &&value)
const Aws::String & GetFieldName() const
IntegrationPartition & WithConversionSpec(ConversionSpecT &&value)
void SetFieldName(FieldNameT &&value)
AWS_GLUE_API IntegrationPartition(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetFunctionSpec() const
bool FunctionSpecHasBeenSet() const
void SetFunctionSpec(FunctionSpecT &&value)
AWS_GLUE_API IntegrationPartition()=default
IntegrationPartition & WithFunctionSpec(FunctionSpecT &&value)
bool FieldNameHasBeenSet() const
bool ConversionSpecHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue