7#include <aws/codeguru-security/CodeGuruSecurity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodeGuruSecurity
48 template<
typename KmsKeyArnT = Aws::String>
49 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
50 template<
typename KmsKeyArnT = Aws::String>
56 bool m_kmsKeyArnHasBeenSet =
false;
AWS_CODEGURUSECURITY_API EncryptionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEGURUSECURITY_API Aws::Utils::Json::JsonValue Jsonize() const
EncryptionConfig & WithKmsKeyArn(KmsKeyArnT &&value)
const Aws::String & GetKmsKeyArn() const
AWS_CODEGURUSECURITY_API EncryptionConfig(Aws::Utils::Json::JsonView jsonValue)
bool KmsKeyArnHasBeenSet() const
void SetKmsKeyArn(KmsKeyArnT &&value)
AWS_CODEGURUSECURITY_API EncryptionConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue