22namespace NetworkFirewall
102 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
177 bool m_keyIdHasBeenSet =
false;
180 bool m_typeHasBeenSet =
false;
#define AWS_NETWORKFIREWALL_API
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