7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ManagedGrafana
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); }
66 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
67 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
81 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
89 bool m_idHasBeenSet =
false;
92 bool m_keyHasBeenSet =
false;
95 bool m_nameHasBeenSet =
false;
ServiceAccountTokenSummaryWithKey & WithId(Aws::String &&value)
ServiceAccountTokenSummaryWithKey & WithId(const char *value)
void SetName(Aws::String &&value)
const Aws::String & GetName() const
ServiceAccountTokenSummaryWithKey & WithName(const Aws::String &value)
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKey(const char *value)
ServiceAccountTokenSummaryWithKey & WithName(Aws::String &&value)
void SetName(const char *value)
ServiceAccountTokenSummaryWithKey & WithKey(Aws::String &&value)
AWS_MANAGEDGRAFANA_API ServiceAccountTokenSummaryWithKey()
bool KeyHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetKey() const
ServiceAccountTokenSummaryWithKey & WithName(const char *value)
bool IdHasBeenSet() const
ServiceAccountTokenSummaryWithKey & WithId(const Aws::String &value)
ServiceAccountTokenSummaryWithKey & WithKey(const char *value)
AWS_MANAGEDGRAFANA_API ServiceAccountTokenSummaryWithKey(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDGRAFANA_API ServiceAccountTokenSummaryWithKey & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
ServiceAccountTokenSummaryWithKey & WithKey(const Aws::String &value)
void SetKey(const Aws::String &value)
const Aws::String & GetId() const
void SetId(const Aws::String &value)
void SetId(Aws::String &&value)
void SetId(const char *value)
void SetKey(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue