7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/qconnect/QConnect_EXPORTS.h>
50 template <
typename CriteriaT = Aws::String>
52 m_criteriaHasBeenSet =
true;
53 m_criteria = std::forward<CriteriaT>(value);
55 template <
typename CriteriaT = Aws::String>
72 template <
typename ValuesT = Aws::Vector<Aws::String>>
74 m_valuesHasBeenSet =
true;
75 m_values = std::forward<ValuesT>(value);
77 template <
typename ValuesT = Aws::Vector<Aws::String>>
82 template <
typename ValuesT = Aws::String>
84 m_valuesHasBeenSet =
true;
85 m_values.emplace_back(std::forward<ValuesT>(value));
93 bool m_criteriaHasBeenSet =
false;
94 bool m_valuesHasBeenSet =
false;
GroupingConfiguration & AddValues(ValuesT &&value)
GroupingConfiguration & WithCriteria(CriteriaT &&value)
bool CriteriaHasBeenSet() const
AWS_QCONNECT_API GroupingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValues(ValuesT &&value)
AWS_QCONNECT_API GroupingConfiguration()=default
AWS_QCONNECT_API GroupingConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool ValuesHasBeenSet() const
const Aws::String & GetCriteria() const
const Aws::Vector< Aws::String > & GetValues() const
GroupingConfiguration & WithValues(ValuesT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCriteria(CriteriaT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue