7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename FieldsT = Aws::Vector<Aws::String>>
44 m_fieldsHasBeenSet =
true;
45 m_fields = std::forward<FieldsT>(value);
47 template <
typename FieldsT = Aws::Vector<Aws::String>>
52 template <
typename FieldsT = Aws::String>
54 m_fieldsHasBeenSet =
true;
55 m_fields.emplace_back(std::forward<FieldsT>(value));
66 template <
typename FilterPredicateT = Aws::String>
68 m_filterPredicateHasBeenSet =
true;
69 m_filterPredicate = std::forward<FilterPredicateT>(value);
71 template <
typename FilterPredicateT = Aws::String>
86 template <
typename PrimaryKeyT = Aws::Vector<Aws::String>>
88 m_primaryKeyHasBeenSet =
true;
89 m_primaryKey = std::forward<PrimaryKeyT>(value);
91 template <
typename PrimaryKeyT = Aws::Vector<Aws::String>>
96 template <
typename PrimaryKeyT = Aws::String>
98 m_primaryKeyHasBeenSet =
true;
99 m_primaryKey.emplace_back(std::forward<PrimaryKeyT>(value));
110 template <
typename RecordUpdateFieldT = Aws::String>
112 m_recordUpdateFieldHasBeenSet =
true;
113 m_recordUpdateField = std::forward<RecordUpdateFieldT>(value);
115 template <
typename RecordUpdateFieldT = Aws::String>
123 bool m_fieldsHasBeenSet =
false;
126 bool m_filterPredicateHasBeenSet =
false;
129 bool m_primaryKeyHasBeenSet =
false;
132 bool m_recordUpdateFieldHasBeenSet =
false;
AWS_GLUE_API SourceTableConfig()=default
AWS_GLUE_API SourceTableConfig(Aws::Utils::Json::JsonView jsonValue)
bool FieldsHasBeenSet() const
SourceTableConfig & WithRecordUpdateField(RecordUpdateFieldT &&value)
SourceTableConfig & WithFilterPredicate(FilterPredicateT &&value)
void SetRecordUpdateField(RecordUpdateFieldT &&value)
const Aws::String & GetRecordUpdateField() const
const Aws::Vector< Aws::String > & GetPrimaryKey() const
AWS_GLUE_API SourceTableConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RecordUpdateFieldHasBeenSet() const
SourceTableConfig & AddPrimaryKey(PrimaryKeyT &&value)
const Aws::String & GetFilterPredicate() const
SourceTableConfig & AddFields(FieldsT &&value)
void SetPrimaryKey(PrimaryKeyT &&value)
const Aws::Vector< Aws::String > & GetFields() const
SourceTableConfig & WithFields(FieldsT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFields(FieldsT &&value)
bool FilterPredicateHasBeenSet() const
bool PrimaryKeyHasBeenSet() const
SourceTableConfig & WithPrimaryKey(PrimaryKeyT &&value)
void SetFilterPredicate(FilterPredicateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue