7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codeguru-reviewer/model/EncryptionOption.h>
22namespace CodeGuruReviewer
55 inline void SetKMSKeyId(
const char* value) { m_kMSKeyIdHasBeenSet =
true; m_kMSKeyId.assign(value); }
77 bool m_kMSKeyIdHasBeenSet =
false;
80 bool m_encryptionOptionHasBeenSet =
false;
KMSKeyDetails & WithKMSKeyId(const char *value)
const EncryptionOption & GetEncryptionOption() const
const Aws::String & GetKMSKeyId() const
AWS_CODEGURUREVIEWER_API KMSKeyDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KMSKeyIdHasBeenSet() const
KMSKeyDetails & WithKMSKeyId(Aws::String &&value)
AWS_CODEGURUREVIEWER_API KMSKeyDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEGURUREVIEWER_API Aws::Utils::Json::JsonValue Jsonize() const
KMSKeyDetails & WithEncryptionOption(const EncryptionOption &value)
KMSKeyDetails & WithEncryptionOption(EncryptionOption &&value)
void SetKMSKeyId(Aws::String &&value)
void SetKMSKeyId(const Aws::String &value)
void SetEncryptionOption(EncryptionOption &&value)
KMSKeyDetails & WithKMSKeyId(const Aws::String &value)
AWS_CODEGURUREVIEWER_API KMSKeyDetails()
void SetEncryptionOption(const EncryptionOption &value)
bool EncryptionOptionHasBeenSet() const
void SetKMSKeyId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue