22namespace CodeGuruReviewer
74 inline void SetKMSKeyId(
const char* value) { m_kMSKeyIdHasBeenSet =
true; m_kMSKeyId.assign(value); }
140 bool m_kMSKeyIdHasBeenSet =
false;
143 bool m_encryptionOptionHasBeenSet =
false;
#define AWS_CODEGURUREVIEWER_API
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