7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ManagedGrafana
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
63 template<
typename KeyT = Aws::String>
64 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
65 template<
typename KeyT = Aws::String>
75 template<
typename NameT = Aws::String>
76 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
77 template<
typename NameT = Aws::String>
83 bool m_idHasBeenSet =
false;
86 bool m_keyHasBeenSet =
false;
89 bool m_nameHasBeenSet =
false;
const Aws::String & GetName() const
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceAccountTokenSummaryWithKey & WithName(NameT &&value)
bool KeyHasBeenSet() const
bool NameHasBeenSet() const
void SetKey(KeyT &&value)
ServiceAccountTokenSummaryWithKey & WithId(IdT &&value)
const Aws::String & GetKey() const
bool IdHasBeenSet() const
void SetName(NameT &&value)
AWS_MANAGEDGRAFANA_API ServiceAccountTokenSummaryWithKey(Aws::Utils::Json::JsonView jsonValue)
ServiceAccountTokenSummaryWithKey & WithKey(KeyT &&value)
AWS_MANAGEDGRAFANA_API ServiceAccountTokenSummaryWithKey & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDGRAFANA_API ServiceAccountTokenSummaryWithKey()=default
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue