7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
42 template <
typename UserIdsT = Aws::Vector<Aws::String>>
44 m_userIdsHasBeenSet =
true;
45 m_userIds = std::forward<UserIdsT>(value);
47 template <
typename UserIdsT = Aws::Vector<Aws::String>>
52 template <
typename UserIdsT = Aws::String>
54 m_userIdsHasBeenSet =
true;
55 m_userIds.emplace_back(std::forward<UserIdsT>(value));
66 template <
typename UserGroupsT = Aws::Vector<Aws::String>>
68 m_userGroupsHasBeenSet =
true;
69 m_userGroups = std::forward<UserGroupsT>(value);
71 template <
typename UserGroupsT = Aws::Vector<Aws::String>>
76 template <
typename UserGroupsT = Aws::String>
78 m_userGroupsHasBeenSet =
true;
79 m_userGroups.emplace_back(std::forward<UserGroupsT>(value));
87 bool m_userIdsHasBeenSet =
false;
88 bool m_userGroupsHasBeenSet =
false;
AWS_QBUSINESS_API UsersAndGroups(Aws::Utils::Json::JsonView jsonValue)
bool UserIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetUserGroups() const
bool UserGroupsHasBeenSet() const
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
UsersAndGroups & WithUserGroups(UserGroupsT &&value)
AWS_QBUSINESS_API UsersAndGroups()=default
const Aws::Vector< Aws::String > & GetUserIds() const
UsersAndGroups & AddUserGroups(UserGroupsT &&value)
void SetUserGroups(UserGroupsT &&value)
AWS_QBUSINESS_API UsersAndGroups & operator=(Aws::Utils::Json::JsonView jsonValue)
UsersAndGroups & AddUserIds(UserIdsT &&value)
void SetUserIds(UserIdsT &&value)
UsersAndGroups & WithUserIds(UserIdsT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue