/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the users or user groups.See Also:
AWS
* API Reference
The list of users.
*/ inline const Aws::VectorThe list of users.
*/ inline bool UsersHasBeenSet() const { return m_usersHasBeenSet; } /** *The list of users.
*/ inline void SetUsers(const Aws::VectorThe list of users.
*/ inline void SetUsers(Aws::VectorThe list of users.
*/ inline Participants& WithUsers(const Aws::VectorThe list of users.
*/ inline Participants& WithUsers(Aws::VectorThe list of users.
*/ inline Participants& AddUsers(const UserMetadata& value) { m_usersHasBeenSet = true; m_users.push_back(value); return *this; } /** *The list of users.
*/ inline Participants& AddUsers(UserMetadata&& value) { m_usersHasBeenSet = true; m_users.push_back(std::move(value)); return *this; } /** *The list of user groups.
*/ inline const Aws::VectorThe list of user groups.
*/ inline bool GroupsHasBeenSet() const { return m_groupsHasBeenSet; } /** *The list of user groups.
*/ inline void SetGroups(const Aws::VectorThe list of user groups.
*/ inline void SetGroups(Aws::VectorThe list of user groups.
*/ inline Participants& WithGroups(const Aws::VectorThe list of user groups.
*/ inline Participants& WithGroups(Aws::VectorThe list of user groups.
*/ inline Participants& AddGroups(const GroupMetadata& value) { m_groupsHasBeenSet = true; m_groups.push_back(value); return *this; } /** *The list of user groups.
*/ inline Participants& AddGroups(GroupMetadata&& value) { m_groupsHasBeenSet = true; m_groups.push_back(std::move(value)); return *this; } private: Aws::Vector