7#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medical-imaging/model/Operator.h>
10#include <aws/medical-imaging/model/SearchByAttributeValue.h>
23namespace MedicalImaging
48 template<
typename ValuesT = Aws::Vector<SearchByAttributeValue>>
49 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
50 template<
typename ValuesT = Aws::Vector<SearchByAttributeValue>>
52 template<
typename ValuesT = SearchByAttributeValue>
53 SearchFilter&
AddValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values.emplace_back(std::forward<ValuesT>(value));
return *
this; }
68 bool m_valuesHasBeenSet =
false;
71 bool m_operatorHasBeenSet =
false;
void SetValues(ValuesT &&value)
AWS_MEDICALIMAGING_API SearchFilter(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SearchByAttributeValue > & GetValues() const
AWS_MEDICALIMAGING_API SearchFilter()=default
Operator GetOperator() const
bool OperatorHasBeenSet() const
void SetOperator(Operator value)
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
SearchFilter & AddValues(ValuesT &&value)
AWS_MEDICALIMAGING_API SearchFilter & operator=(Aws::Utils::Json::JsonView jsonValue)
SearchFilter & WithOperator(Operator value)
SearchFilter & WithValues(ValuesT &&value)
bool ValuesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue