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>
84 inline Operator&
AddValues(
const char* value) { m_valuesHasBeenSet =
true; m_values.push_back(value);
return *
this; }
89 bool m_typeHasBeenSet =
false;
92 bool m_valuesHasBeenSet =
false;
Operator & WithValues(Aws::Vector< Aws::String > &&value)
Operator & AddValues(Aws::String &&value)
AWS_DATAPIPELINE_API Operator & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(OperatorType &&value)
void SetValues(const Aws::Vector< Aws::String > &value)
const OperatorType & GetType() const
Operator & WithValues(const Aws::Vector< Aws::String > &value)
Operator & WithType(OperatorType &&value)
AWS_DATAPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(const OperatorType &value)
Operator & AddValues(const Aws::String &value)
const Aws::Vector< Aws::String > & GetValues() const
bool ValuesHasBeenSet() const
bool TypeHasBeenSet() const
AWS_DATAPIPELINE_API Operator(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAPIPELINE_API Operator()
Operator & AddValues(const char *value)
Operator & WithType(const OperatorType &value)
void SetValues(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue