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>
50 template<
typename LoggingConfigurationT = LoggingConfiguration>
51 void SetLoggingConfiguration(LoggingConfigurationT&& value) { m_loggingConfigurationHasBeenSet =
true; m_loggingConfiguration = std::forward<LoggingConfigurationT>(value); }
52 template<
typename LoggingConfigurationT = LoggingConfiguration>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_firewallArnHasBeenSet =
false;
82 bool m_loggingConfigurationHasBeenSet =
false;
84 bool m_enableMonitoringDashboard{
false};
85 bool m_enableMonitoringDashboardHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
AWS_NETWORKFIREWALL_API DescribeLoggingConfigurationResult()=default
DescribeLoggingConfigurationResult & WithFirewallArn(FirewallArnT &&value)
void SetEnableMonitoringDashboard(bool value)
const LoggingConfiguration & GetLoggingConfiguration() const
const Aws::String & GetRequestId() const
DescribeLoggingConfigurationResult & WithLoggingConfiguration(LoggingConfigurationT &&value)
void SetRequestId(RequestIdT &&value)
bool GetEnableMonitoringDashboard() const
DescribeLoggingConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_NETWORKFIREWALL_API DescribeLoggingConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLoggingConfiguration(LoggingConfigurationT &&value)
void SetFirewallArn(FirewallArnT &&value)
DescribeLoggingConfigurationResult & WithEnableMonitoringDashboard(bool value)
const Aws::String & GetFirewallArn() const
AWS_NETWORKFIREWALL_API DescribeLoggingConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue