/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The status of the user group update.See Also:
AWS
* API Reference
The ID of the user group to add.
*/ inline const Aws::VectorThe ID of the user group to add.
*/ inline bool UserGroupIdsToAddHasBeenSet() const { return m_userGroupIdsToAddHasBeenSet; } /** *The ID of the user group to add.
*/ inline void SetUserGroupIdsToAdd(const Aws::VectorThe ID of the user group to add.
*/ inline void SetUserGroupIdsToAdd(Aws::VectorThe ID of the user group to add.
*/ inline UserGroupsUpdateStatus& WithUserGroupIdsToAdd(const Aws::VectorThe ID of the user group to add.
*/ inline UserGroupsUpdateStatus& WithUserGroupIdsToAdd(Aws::VectorThe ID of the user group to add.
*/ inline UserGroupsUpdateStatus& AddUserGroupIdsToAdd(const Aws::String& value) { m_userGroupIdsToAddHasBeenSet = true; m_userGroupIdsToAdd.push_back(value); return *this; } /** *The ID of the user group to add.
*/ inline UserGroupsUpdateStatus& AddUserGroupIdsToAdd(Aws::String&& value) { m_userGroupIdsToAddHasBeenSet = true; m_userGroupIdsToAdd.push_back(std::move(value)); return *this; } /** *The ID of the user group to add.
*/ inline UserGroupsUpdateStatus& AddUserGroupIdsToAdd(const char* value) { m_userGroupIdsToAddHasBeenSet = true; m_userGroupIdsToAdd.push_back(value); return *this; } /** *The ID of the user group to remove.
*/ inline const Aws::VectorThe ID of the user group to remove.
*/ inline bool UserGroupIdsToRemoveHasBeenSet() const { return m_userGroupIdsToRemoveHasBeenSet; } /** *The ID of the user group to remove.
*/ inline void SetUserGroupIdsToRemove(const Aws::VectorThe ID of the user group to remove.
*/ inline void SetUserGroupIdsToRemove(Aws::VectorThe ID of the user group to remove.
*/ inline UserGroupsUpdateStatus& WithUserGroupIdsToRemove(const Aws::VectorThe ID of the user group to remove.
*/ inline UserGroupsUpdateStatus& WithUserGroupIdsToRemove(Aws::VectorThe ID of the user group to remove.
*/ inline UserGroupsUpdateStatus& AddUserGroupIdsToRemove(const Aws::String& value) { m_userGroupIdsToRemoveHasBeenSet = true; m_userGroupIdsToRemove.push_back(value); return *this; } /** *The ID of the user group to remove.
*/ inline UserGroupsUpdateStatus& AddUserGroupIdsToRemove(Aws::String&& value) { m_userGroupIdsToRemoveHasBeenSet = true; m_userGroupIdsToRemove.push_back(std::move(value)); return *this; } /** *The ID of the user group to remove.
*/ inline UserGroupsUpdateStatus& AddUserGroupIdsToRemove(const char* value) { m_userGroupIdsToRemoveHasBeenSet = true; m_userGroupIdsToRemove.push_back(value); return *this; } private: Aws::Vector