7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datapipeline/DataPipeline_EXPORTS.h>
9#include <aws/datapipeline/model/Operator.h>
20namespace DataPipeline {
45 template <
typename FieldNameT = Aws::String>
47 m_fieldNameHasBeenSet =
true;
48 m_fieldName = std::forward<FieldNameT>(value);
50 template <
typename FieldNameT = Aws::String>
61 template <
typename OperatorT = Operator>
63 m_operatorHasBeenSet =
true;
64 m_operator = std::forward<OperatorT>(value);
66 template <
typename OperatorT = Operator>
76 bool m_fieldNameHasBeenSet =
false;
77 bool m_operatorHasBeenSet =
false;
AWS_DATAPIPELINE_API Selector()=default
AWS_DATAPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
Selector & WithOperator(OperatorT &&value)
const Operator & GetOperator() const
const Aws::String & GetFieldName() const
bool OperatorHasBeenSet() const
void SetFieldName(FieldNameT &&value)
AWS_DATAPIPELINE_API Selector & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FieldNameHasBeenSet() const
void SetOperator(OperatorT &&value)
AWS_DATAPIPELINE_API Selector(Aws::Utils::Json::JsonView jsonValue)
Selector & WithFieldName(FieldNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue