7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename UserIdsT = Aws::Vector<Aws::String>>
49 void SetUserIds(
UserIdsT&& value) { m_userIdsHasBeenSet =
true; m_userIds = std::forward<UserIdsT>(value); }
50 template<
typename UserIdsT = Aws::Vector<Aws::String>>
52 template<
typename UserIdsT = Aws::String>
62 template<
typename UserGroupsT = Aws::Vector<Aws::String>>
64 template<
typename UserGroupsT = Aws::Vector<Aws::String>>
66 template<
typename UserGroupsT = Aws::String>
72 bool m_userIdsHasBeenSet =
false;
75 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