7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/grafana/model/Role.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ManagedGrafana
49 inline void SetGrafanaRole(
Role value) { m_grafanaRoleHasBeenSet =
true; m_grafanaRole = value; }
59 template<
typename IdT = Aws::String>
60 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
61 template<
typename IdT = Aws::String>
72 template<
typename IsDisabledT = Aws::String>
73 void SetIsDisabled(IsDisabledT&& value) { m_isDisabledHasBeenSet =
true; m_isDisabled = std::forward<IsDisabledT>(value); }
74 template<
typename IsDisabledT = Aws::String>
84 template<
typename NameT = Aws::String>
85 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
86 template<
typename NameT = Aws::String>
92 bool m_grafanaRoleHasBeenSet =
false;
95 bool m_idHasBeenSet =
false;
98 bool m_isDisabledHasBeenSet =
false;
101 bool m_nameHasBeenSet =
false;
bool IdHasBeenSet() const
void SetIsDisabled(IsDisabledT &&value)
AWS_MANAGEDGRAFANA_API ServiceAccountSummary()=default
bool IsDisabledHasBeenSet() const
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
Role GetGrafanaRole() const
AWS_MANAGEDGRAFANA_API ServiceAccountSummary(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool GrafanaRoleHasBeenSet() const
const Aws::String & GetId() const
void SetName(NameT &&value)
ServiceAccountSummary & WithGrafanaRole(Role value)
ServiceAccountSummary & WithName(NameT &&value)
ServiceAccountSummary & WithIsDisabled(IsDisabledT &&value)
AWS_MANAGEDGRAFANA_API ServiceAccountSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGrafanaRole(Role value)
const Aws::String & GetIsDisabled() const
ServiceAccountSummary & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue