7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename StringListT = Aws::Vector<Aws::String>>
44 m_stringListHasBeenSet =
true;
45 m_stringList = std::forward<StringListT>(value);
47 template <
typename StringListT = Aws::Vector<Aws::String>>
52 template <
typename StringListT = Aws::String>
54 m_stringListHasBeenSet =
true;
55 m_stringList.emplace_back(std::forward<StringListT>(value));
61 bool m_stringListHasBeenSet =
false;
void SetStringList(StringListT &&value)
bool StringListHasBeenSet() const
AWS_CONNECT_API PredefinedAttributeValues()=default
const Aws::Vector< Aws::String > & GetStringList() const
PredefinedAttributeValues & AddStringList(StringListT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API PredefinedAttributeValues & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API PredefinedAttributeValues(Aws::Utils::Json::JsonView jsonValue)
PredefinedAttributeValues & WithStringList(StringListT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue