7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/network-firewall/model/LoggingConfiguration.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>
62 template<
typename LoggingConfigurationT = LoggingConfiguration>
63 void SetLoggingConfiguration(LoggingConfigurationT&& value) { m_loggingConfigurationHasBeenSet =
true; m_loggingConfiguration = std::forward<LoggingConfigurationT>(value); }
64 template<
typename LoggingConfigurationT = LoggingConfiguration>
83 template<
typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
85 template<
typename RequestIdT = Aws::String>
91 bool m_firewallArnHasBeenSet =
false;
94 bool m_firewallNameHasBeenSet =
false;
97 bool m_loggingConfigurationHasBeenSet =
false;
99 bool m_enableMonitoringDashboard{
false};
100 bool m_enableMonitoringDashboardHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
bool GetEnableMonitoringDashboard() const
AWS_NETWORKFIREWALL_API UpdateLoggingConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateLoggingConfigurationResult & WithFirewallArn(FirewallArnT &&value)
const Aws::String & GetFirewallArn() const
UpdateLoggingConfigurationResult & WithFirewallName(FirewallNameT &&value)
void SetFirewallArn(FirewallArnT &&value)
void SetFirewallName(FirewallNameT &&value)
AWS_NETWORKFIREWALL_API UpdateLoggingConfigurationResult()=default
void SetLoggingConfiguration(LoggingConfigurationT &&value)
const LoggingConfiguration & GetLoggingConfiguration() const
UpdateLoggingConfigurationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetEnableMonitoringDashboard(bool value)
UpdateLoggingConfigurationResult & WithLoggingConfiguration(LoggingConfigurationT &&value)
AWS_NETWORKFIREWALL_API UpdateLoggingConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateLoggingConfigurationResult & WithEnableMonitoringDashboard(bool value)
const Aws::String & GetFirewallName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue