7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/ecr/model/EncryptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
87 template<
typename KmsKeyT = Aws::String>
88 void SetKmsKey(KmsKeyT&& value) { m_kmsKeyHasBeenSet =
true; m_kmsKey = std::forward<KmsKeyT>(value); }
89 template<
typename KmsKeyT = Aws::String>
95 bool m_encryptionTypeHasBeenSet =
false;
98 bool m_kmsKeyHasBeenSet =
false;
EncryptionType GetEncryptionType() const
bool EncryptionTypeHasBeenSet() const
void SetEncryptionType(EncryptionType value)
EncryptionConfiguration & WithEncryptionType(EncryptionType value)
void SetKmsKey(KmsKeyT &&value)
AWS_ECR_API EncryptionConfiguration()=default
EncryptionConfiguration & WithKmsKey(KmsKeyT &&value)
AWS_ECR_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECR_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKmsKey() const
bool KmsKeyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue