7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/network-firewall/NetworkFirewallRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/network-firewall/model/EncryptionConfiguration.h>
15namespace NetworkFirewall
31 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateFirewallEncryptionConfiguration"; }
55 template<
typename UpdateTokenT = Aws::String>
56 void SetUpdateToken(UpdateTokenT&& value) { m_updateTokenHasBeenSet =
true; m_updateToken = std::forward<UpdateTokenT>(value); }
57 template<
typename UpdateTokenT = Aws::String>
67 template<
typename FirewallArnT = Aws::String>
68 void SetFirewallArn(FirewallArnT&& value) { m_firewallArnHasBeenSet =
true; m_firewallArn = std::forward<FirewallArnT>(value); }
69 template<
typename FirewallArnT = Aws::String>
80 template<
typename FirewallNameT = Aws::String>
81 void SetFirewallName(FirewallNameT&& value) { m_firewallNameHasBeenSet =
true; m_firewallName = std::forward<FirewallNameT>(value); }
82 template<
typename FirewallNameT = Aws::String>
90 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
91 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
92 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
98 bool m_updateTokenHasBeenSet =
false;
101 bool m_firewallArnHasBeenSet =
false;
104 bool m_firewallNameHasBeenSet =
false;
107 bool m_encryptionConfigurationHasBeenSet =
false;
bool EncryptionConfigurationHasBeenSet() const
UpdateFirewallEncryptionConfigurationRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
AWS_NETWORKFIREWALL_API UpdateFirewallEncryptionConfigurationRequest()=default
bool UpdateTokenHasBeenSet() const
AWS_NETWORKFIREWALL_API Aws::String SerializePayload() const override
void SetFirewallName(FirewallNameT &&value)
void SetUpdateToken(UpdateTokenT &&value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
const Aws::String & GetFirewallName() const
const Aws::String & GetUpdateToken() const
const Aws::String & GetFirewallArn() const
UpdateFirewallEncryptionConfigurationRequest & WithUpdateToken(UpdateTokenT &&value)
virtual const char * GetServiceRequestName() const override
UpdateFirewallEncryptionConfigurationRequest & WithFirewallName(FirewallNameT &&value)
UpdateFirewallEncryptionConfigurationRequest & WithFirewallArn(FirewallArnT &&value)
bool FirewallArnHasBeenSet() const
bool FirewallNameHasBeenSet() const
void SetFirewallArn(FirewallArnT &&value)
AWS_NETWORKFIREWALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const EncryptionConfiguration & GetEncryptionConfiguration() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String