7#include <aws/datapipeline/DataPipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datapipeline/model/Operator.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>
61 template<
typename OperatorT = Operator>
62 void SetOperator(OperatorT&& value) { m_operatorHasBeenSet =
true; m_operator = std::forward<OperatorT>(value); }
63 template<
typename OperatorT = Operator>
69 bool m_fieldNameHasBeenSet =
false;
72 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