7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename KmsKeyT = Aws::String>
48 void SetKmsKey(KmsKeyT&& value) { m_kmsKeyHasBeenSet =
true; m_kmsKey = std::forward<KmsKeyT>(value); }
49 template<
typename KmsKeyT = Aws::String>
55 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