7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datapipeline/DataPipeline_EXPORTS.h>
10#include <aws/datapipeline/model/OperatorType.h>
21namespace DataPipeline {
61 m_typeHasBeenSet =
true;
76 template <
typename ValuesT = Aws::Vector<Aws::String>>
78 m_valuesHasBeenSet =
true;
79 m_values = std::forward<ValuesT>(value);
81 template <
typename ValuesT = Aws::Vector<Aws::String>>
86 template <
typename ValuesT = Aws::String>
88 m_valuesHasBeenSet =
true;
89 m_values.emplace_back(std::forward<ValuesT>(value));
97 bool m_typeHasBeenSet =
false;
98 bool m_valuesHasBeenSet =
false;
Operator & WithType(OperatorType value)
AWS_DATAPIPELINE_API Operator & operator=(Aws::Utils::Json::JsonView jsonValue)
Operator & WithValues(ValuesT &&value)
void SetValues(ValuesT &&value)
AWS_DATAPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAPIPELINE_API Operator()=default
const Aws::Vector< Aws::String > & GetValues() const
bool ValuesHasBeenSet() const
bool TypeHasBeenSet() const
AWS_DATAPIPELINE_API Operator(Aws::Utils::Json::JsonView jsonValue)
void SetType(OperatorType value)
Operator & AddValues(ValuesT &&value)
OperatorType GetType() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue