7#include <aws/datapipeline/DataPipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datapipeline/model/Operator.h>
53 inline void SetFieldName(
const char* value) { m_fieldNameHasBeenSet =
true; m_fieldName.assign(value); }
64 inline void SetOperator(
Operator&& value) { m_operatorHasBeenSet =
true; m_operator = std::move(value); }
71 bool m_fieldNameHasBeenSet =
false;
74 bool m_operatorHasBeenSet =
false;
AWS_DATAPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOperator(Operator &&value)
void SetFieldName(Aws::String &&value)
Selector & WithFieldName(Aws::String &&value)
const Operator & GetOperator() const
Selector & WithOperator(const Operator &value)
void SetFieldName(const Aws::String &value)
const Aws::String & GetFieldName() const
Selector & WithFieldName(const char *value)
bool OperatorHasBeenSet() const
Selector & WithFieldName(const Aws::String &value)
AWS_DATAPIPELINE_API Selector & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAPIPELINE_API Selector()
Selector & WithOperator(Operator &&value)
bool FieldNameHasBeenSet() const
void SetFieldName(const char *value)
AWS_DATAPIPELINE_API Selector(Aws::Utils::Json::JsonView jsonValue)
void SetOperator(const Operator &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue