7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename FieldNameT = Aws::String>
52 void SetFieldName(FieldNameT&& value) { m_fieldNameHasBeenSet =
true; m_fieldName = std::forward<FieldNameT>(value); }
53 template<
typename FieldNameT = Aws::String>
67 template<
typename FunctionSpecT = Aws::String>
68 void SetFunctionSpec(FunctionSpecT&& value) { m_functionSpecHasBeenSet =
true; m_functionSpec = std::forward<FunctionSpecT>(value); }
69 template<
typename FunctionSpecT = Aws::String>
92 template<
typename ConversionSpecT = Aws::String>
93 void SetConversionSpec(ConversionSpecT&& value) { m_conversionSpecHasBeenSet =
true; m_conversionSpec = std::forward<ConversionSpecT>(value); }
94 template<
typename ConversionSpecT = Aws::String>
100 bool m_fieldNameHasBeenSet =
false;
103 bool m_functionSpecHasBeenSet =
false;
106 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