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
65 inline void SetLogType(
const LogType& value) { m_logTypeHasBeenSet =
true; m_logType = value; }
66 inline void SetLogType(
LogType&& value) { m_logTypeHasBeenSet =
true; m_logType = std::move(value); }
119 bool m_logTypeHasBeenSet =
false;
122 bool m_logDestinationTypeHasBeenSet =
false;
125 bool m_logDestinationHasBeenSet =
false;
bool LogDestinationTypeHasBeenSet() const
LogDestinationConfig & AddLogDestination(Aws::String &&key, Aws::String &&value)
LogDestinationConfig & WithLogType(const LogType &value)
LogDestinationConfig & AddLogDestination(const char *key, const char *value)
bool LogDestinationHasBeenSet() const
AWS_NETWORKFIREWALL_API LogDestinationConfig()
LogDestinationConfig & AddLogDestination(const Aws::String &key, const Aws::String &value)
LogDestinationConfig & WithLogDestinationType(const LogDestinationType &value)
LogDestinationConfig & WithLogDestination(Aws::Map< Aws::String, Aws::String > &&value)
LogDestinationConfig & AddLogDestination(const Aws::String &key, Aws::String &&value)
LogDestinationConfig & AddLogDestination(Aws::String &&key, const Aws::String &value)
void SetLogDestinationType(const LogDestinationType &value)
LogDestinationConfig & WithLogDestination(const Aws::Map< Aws::String, Aws::String > &value)
void SetLogDestination(const Aws::Map< Aws::String, Aws::String > &value)
AWS_NETWORKFIREWALL_API LogDestinationConfig(Aws::Utils::Json::JsonView jsonValue)
LogDestinationConfig & AddLogDestination(Aws::String &&key, const char *value)
AWS_NETWORKFIREWALL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLogDestination(Aws::Map< Aws::String, Aws::String > &&value)
const LogType & GetLogType() const
LogDestinationConfig & AddLogDestination(const char *key, Aws::String &&value)
void SetLogType(LogType &&value)
bool LogTypeHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetLogDestination() const
AWS_NETWORKFIREWALL_API LogDestinationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogDestinationType(LogDestinationType &&value)
LogDestinationConfig & WithLogType(LogType &&value)
const LogDestinationType & GetLogDestinationType() const
void SetLogType(const LogType &value)
LogDestinationConfig & WithLogDestinationType(LogDestinationType &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue