7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
63 inline void SetKeyArn(
const char* value) { m_keyArnHasBeenSet =
true; m_keyArn.assign(value); }
71 bool m_keyIdHasBeenSet =
false;
74 bool m_keyArnHasBeenSet =
false;
AWS_KMS_API KeyListEntry()
void SetKeyId(const char *value)
KeyListEntry & WithKeyId(Aws::String &&value)
bool KeyArnHasBeenSet() const
KeyListEntry & WithKeyId(const Aws::String &value)
const Aws::String & GetKeyId() const
const Aws::String & GetKeyArn() const
bool KeyIdHasBeenSet() const
void SetKeyId(const Aws::String &value)
void SetKeyArn(const char *value)
AWS_KMS_API KeyListEntry(Aws::Utils::Json::JsonView jsonValue)
KeyListEntry & WithKeyArn(const char *value)
AWS_KMS_API KeyListEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKeyArn(Aws::String &&value)
KeyListEntry & WithKeyId(const char *value)
KeyListEntry & WithKeyArn(Aws::String &&value)
void SetKeyArn(const Aws::String &value)
void SetKeyId(Aws::String &&value)
AWS_KMS_API Aws::Utils::Json::JsonValue Jsonize() const
KeyListEntry & WithKeyArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue