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
63 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
84 bool m_keyIdHasBeenSet =
false;
87 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
void SetKeyId(Aws::String &&value)
void SetType(const EncryptionType &value)
const EncryptionType & GetType() const
EncryptionConfiguration & WithKeyId(const Aws::String &value)
EncryptionConfiguration & WithType(const EncryptionType &value)
AWS_NETWORKFIREWALL_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_NETWORKFIREWALL_API EncryptionConfiguration()
EncryptionConfiguration & WithKeyId(const char *value)
void SetType(EncryptionType &&value)
void SetKeyId(const char *value)
EncryptionConfiguration & WithType(EncryptionType &&value)
bool KeyIdHasBeenSet() const
AWS_NETWORKFIREWALL_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_NETWORKFIREWALL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKeyId() const
void SetKeyId(const Aws::String &value)
EncryptionConfiguration & WithKeyId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue