7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename StringListT = Aws::Vector<Aws::String>>
49 void SetStringList(StringListT&& value) { m_stringListHasBeenSet =
true; m_stringList = std::forward<StringListT>(value); }
50 template<
typename StringListT = Aws::Vector<Aws::String>>
52 template<
typename StringListT = Aws::String>
58 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