7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecr/ECR_EXPORTS.h>
9#include <aws/ecr/model/EncryptionType.h>
69 m_encryptionTypeHasBeenSet =
true;
70 m_encryptionType = value;
87 template <
typename KmsKeyT = Aws::String>
89 m_kmsKeyHasBeenSet =
true;
90 m_kmsKey = std::forward<KmsKeyT>(value);
92 template <
typename KmsKeyT = Aws::String>
102 bool m_encryptionTypeHasBeenSet =
false;
103 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