7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
56 template<
typename CriteriaT = Aws::String>
57 void SetCriteria(
CriteriaT&& value) { m_criteriaHasBeenSet =
true; m_criteria = std::forward<CriteriaT>(value); }
58 template<
typename CriteriaT = Aws::String>
72 template<
typename ValuesT = Aws::Vector<Aws::String>>
73 void SetValues(
ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
74 template<
typename ValuesT = Aws::Vector<Aws::String>>
76 template<
typename ValuesT = Aws::String>
82 bool m_criteriaHasBeenSet =
false;
85 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