7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/network-firewall/model/EncryptionType.h>
22namespace NetworkFirewall
61 template<
typename KeyIdT = Aws::String>
62 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
63 template<
typename KeyIdT = Aws::String>
80 bool m_keyIdHasBeenSet =
false;
83 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
AWS_NETWORKFIREWALL_API EncryptionConfiguration()=default
AWS_NETWORKFIREWALL_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(EncryptionType value)
EncryptionConfiguration & WithKeyId(KeyIdT &&value)
bool KeyIdHasBeenSet() const
EncryptionType GetType() const
AWS_NETWORKFIREWALL_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetKeyId(KeyIdT &&value)
AWS_NETWORKFIREWALL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKeyId() const
EncryptionConfiguration & WithType(EncryptionType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue