7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/network-firewall/model/LogType.h>
9#include <aws/network-firewall/model/LogDestinationType.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
24namespace NetworkFirewall
100 template<
typename LogDestinationT = Aws::Map<Aws::String, Aws::String>>
101 void SetLogDestination(LogDestinationT&& value) { m_logDestinationHasBeenSet =
true; m_logDestination = std::forward<LogDestinationT>(value); }
102 template<
typename LogDestinationT = Aws::Map<Aws::String, Aws::String>>
104 template<
typename LogDestinationKeyT = Aws::String,
typename LogDestinationValueT = Aws::String>
106 m_logDestinationHasBeenSet =
true; m_logDestination.emplace(std::forward<LogDestinationKeyT>(key), std::forward<LogDestinationValueT>(value));
return *
this;
112 bool m_logTypeHasBeenSet =
false;
115 bool m_logDestinationTypeHasBeenSet =
false;
118 bool m_logDestinationHasBeenSet =
false;
bool LogDestinationTypeHasBeenSet() const
void SetLogDestination(LogDestinationT &&value)
bool LogDestinationHasBeenSet() const
LogDestinationConfig & WithLogDestinationType(LogDestinationType value)
LogDestinationConfig & AddLogDestination(LogDestinationKeyT &&key, LogDestinationValueT &&value)
LogDestinationConfig & WithLogDestination(LogDestinationT &&value)
LogType GetLogType() const
AWS_NETWORKFIREWALL_API LogDestinationConfig()=default
AWS_NETWORKFIREWALL_API LogDestinationConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_NETWORKFIREWALL_API Aws::Utils::Json::JsonValue Jsonize() const
LogDestinationType GetLogDestinationType() const
bool LogTypeHasBeenSet() const
LogDestinationConfig & WithLogType(LogType value)
const Aws::Map< Aws::String, Aws::String > & GetLogDestination() const
AWS_NETWORKFIREWALL_API LogDestinationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogType(LogType value)
void SetLogDestinationType(LogDestinationType value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue