7#include <aws/datapipeline/DataPipeline_EXPORTS.h>
8#include <aws/datapipeline/model/OperatorType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
76 template<
typename ValuesT = Aws::Vector<Aws::String>>
77 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
78 template<
typename ValuesT = Aws::Vector<Aws::String>>
80 template<
typename ValuesT = Aws::String>
81 Operator&
AddValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values.emplace_back(std::forward<ValuesT>(value));
return *
this; }
86 bool m_typeHasBeenSet =
false;
89 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