/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A structure that specifies one user or group in the workspace.See
* Also:
AWS API
* Reference
The ID of the user or group.
Pattern:
* ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
*
The ID of the user or group.
Pattern:
* ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
*
The ID of the user or group.
Pattern:
* ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
*
The ID of the user or group.
Pattern:
* ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
*
The ID of the user or group.
Pattern:
* ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
*
The ID of the user or group.
Pattern:
* ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
*
The ID of the user or group.
Pattern:
* ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
*
The ID of the user or group.
Pattern:
* ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
*
Specifies whether this is a single user or a group.
*/ inline const UserType& GetType() const{ return m_type; } /** *Specifies whether this is a single user or a group.
*/ inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } /** *Specifies whether this is a single user or a group.
*/ inline void SetType(const UserType& value) { m_typeHasBeenSet = true; m_type = value; } /** *Specifies whether this is a single user or a group.
*/ inline void SetType(UserType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } /** *Specifies whether this is a single user or a group.
*/ inline User& WithType(const UserType& value) { SetType(value); return *this;} /** *Specifies whether this is a single user or a group.
*/ inline User& WithType(UserType&& value) { SetType(std::move(value)); return *this;} private: Aws::String m_id; bool m_idHasBeenSet = false; UserType m_type; bool m_typeHasBeenSet = false; }; } // namespace Model } // namespace ManagedGrafana } // namespace Aws