7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/grafana/model/UserType.h>
22namespace ManagedGrafana
36 AWS_MANAGEDGRAFANA_API
User();
51 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
52 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 inline void SetType(
const UserType& value) { m_typeHasBeenSet =
true; m_type = value; }
65 inline void SetType(
UserType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
72 bool m_idHasBeenSet =
false;
75 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
User & WithType(const UserType &value)
void SetId(Aws::String &&value)
AWS_MANAGEDGRAFANA_API User(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
void SetId(const char *value)
User & WithId(Aws::String &&value)
User & WithId(const char *value)
AWS_MANAGEDGRAFANA_API User & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(const UserType &value)
void SetId(const Aws::String &value)
const UserType & GetType() const
User & WithType(UserType &&value)
void SetType(UserType &&value)
AWS_MANAGEDGRAFANA_API User()
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
User & WithId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue