7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/network-firewall/model/LogDestinationConfig.h>
22namespace NetworkFirewall
49 template<
typename LogDestinationConfigsT = Aws::Vector<LogDestinationConfig>>
50 void SetLogDestinationConfigs(LogDestinationConfigsT&& value) { m_logDestinationConfigsHasBeenSet =
true; m_logDestinationConfigs = std::forward<LogDestinationConfigsT>(value); }
51 template<
typename LogDestinationConfigsT = Aws::Vector<LogDestinationConfig>>
53 template<
typename LogDestinationConfigsT = LogDestinationConfig>
59 bool m_logDestinationConfigsHasBeenSet =
false;
LoggingConfiguration & AddLogDestinationConfigs(LogDestinationConfigsT &&value)
bool LogDestinationConfigsHasBeenSet() const
const Aws::Vector< LogDestinationConfig > & GetLogDestinationConfigs() const
AWS_NETWORKFIREWALL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NETWORKFIREWALL_API LoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetLogDestinationConfigs(LogDestinationConfigsT &&value)
AWS_NETWORKFIREWALL_API LoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_NETWORKFIREWALL_API LoggingConfiguration()=default
LoggingConfiguration & WithLogDestinationConfigs(LogDestinationConfigsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue