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>
74 bool m_userIdsHasBeenSet =
false;
77 bool m_userGroupsHasBeenSet =
false;
AWS_QBUSINESS_API UsersAndGroups(Aws::Utils::Json::JsonView jsonValue)
void SetUserIds(const Aws::Vector< Aws::String > &value)
UsersAndGroups & AddUserGroups(const Aws::String &value)
UsersAndGroups & WithUserGroups(Aws::Vector< Aws::String > &&value)
bool UserIdsHasBeenSet() const
AWS_QBUSINESS_API UsersAndGroups()
const Aws::Vector< Aws::String > & GetUserGroups() const
bool UserGroupsHasBeenSet() const
UsersAndGroups & AddUserIds(Aws::String &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
UsersAndGroups & AddUserIds(const Aws::String &value)
UsersAndGroups & AddUserGroups(Aws::String &&value)
void SetUserGroups(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetUserIds() const
UsersAndGroups & WithUserIds(const Aws::Vector< Aws::String > &value)
UsersAndGroups & WithUserGroups(const Aws::Vector< Aws::String > &value)
AWS_QBUSINESS_API UsersAndGroups & operator=(Aws::Utils::Json::JsonView jsonValue)
UsersAndGroups & AddUserGroups(const char *value)
UsersAndGroups & AddUserIds(const char *value)
void SetUserIds(Aws::Vector< Aws::String > &&value)
void SetUserGroups(Aws::Vector< Aws::String > &&value)
UsersAndGroups & WithUserIds(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue