7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/network-firewall/model/EncryptionConfiguration.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace NetworkFirewall
41 template<
typename FirewallArnT = Aws::String>
42 void SetFirewallArn(FirewallArnT&& value) { m_firewallArnHasBeenSet =
true; m_firewallArn = std::forward<FirewallArnT>(value); }
43 template<
typename FirewallArnT = Aws::String>
53 template<
typename FirewallNameT = Aws::String>
54 void SetFirewallName(FirewallNameT&& value) { m_firewallNameHasBeenSet =
true; m_firewallName = std::forward<FirewallNameT>(value); }
55 template<
typename FirewallNameT = Aws::String>
75 template<
typename UpdateTokenT = Aws::String>
76 void SetUpdateToken(UpdateTokenT&& value) { m_updateTokenHasBeenSet =
true; m_updateToken = std::forward<UpdateTokenT>(value); }
77 template<
typename UpdateTokenT = Aws::String>
84 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
85 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
86 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
93 template<
typename RequestIdT = Aws::String>
94 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
95 template<
typename RequestIdT = Aws::String>
101 bool m_firewallArnHasBeenSet =
false;
104 bool m_firewallNameHasBeenSet =
false;
107 bool m_updateTokenHasBeenSet =
false;
110 bool m_encryptionConfigurationHasBeenSet =
false;
113 bool m_requestIdHasBeenSet =
false;
UpdateFirewallEncryptionConfigurationResult & WithUpdateToken(UpdateTokenT &&value)
void SetFirewallName(FirewallNameT &&value)
void SetUpdateToken(UpdateTokenT &&value)
AWS_NETWORKFIREWALL_API UpdateFirewallEncryptionConfigurationResult()=default
AWS_NETWORKFIREWALL_API UpdateFirewallEncryptionConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetFirewallArn(FirewallArnT &&value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
UpdateFirewallEncryptionConfigurationResult & WithRequestId(RequestIdT &&value)
UpdateFirewallEncryptionConfigurationResult & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
const Aws::String & GetFirewallName() const
UpdateFirewallEncryptionConfigurationResult & WithFirewallArn(FirewallArnT &&value)
UpdateFirewallEncryptionConfigurationResult & WithFirewallName(FirewallNameT &&value)
AWS_NETWORKFIREWALL_API UpdateFirewallEncryptionConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const EncryptionConfiguration & GetEncryptionConfiguration() const
const Aws::String & GetUpdateToken() const
const Aws::String & GetFirewallArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue