7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/grafana/ManagedGrafana_EXPORTS.h>
9#include <aws/grafana/model/UserType.h>
20namespace ManagedGrafana {
31 AWS_MANAGEDGRAFANA_API
User() =
default;
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
63 m_typeHasBeenSet =
true;
75 bool m_idHasBeenSet =
false;
76 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
void SetType(UserType value)
AWS_MANAGEDGRAFANA_API User(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
AWS_MANAGEDGRAFANA_API User & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDGRAFANA_API User()=default
User & WithId(IdT &&value)
User & WithType(UserType value)
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue