7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename KmsKeyT = Aws::String>
43 m_kmsKeyHasBeenSet =
true;
44 m_kmsKey = std::forward<KmsKeyT>(value);
46 template <
typename KmsKeyT = Aws::String>
54 bool m_kmsKeyHasBeenSet =
false;
const Aws::String & GetKmsKey() const
AWS_APPRUNNER_API EncryptionConfiguration()=default
AWS_APPRUNNER_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPRUNNER_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKey(KmsKeyT &&value)
EncryptionConfiguration & WithKmsKey(KmsKeyT &&value)
bool KmsKeyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue