7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/waf-regional/model/FieldToMatch.h>
60 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
99 bool m_resourceArnHasBeenSet =
false;
102 bool m_logDestinationConfigsHasBeenSet =
false;
105 bool m_redactedFieldsHasBeenSet =
false;
LoggingConfiguration & AddRedactedFields(const FieldToMatch &value)
const Aws::String & GetResourceArn() const
AWS_WAFREGIONAL_API LoggingConfiguration()
LoggingConfiguration & AddLogDestinationConfigs(Aws::String &&value)
void SetResourceArn(Aws::String &&value)
bool ResourceArnHasBeenSet() const
void SetRedactedFields(const Aws::Vector< FieldToMatch > &value)
void SetResourceArn(const char *value)
LoggingConfiguration & WithRedactedFields(const Aws::Vector< FieldToMatch > &value)
const Aws::Vector< FieldToMatch > & GetRedactedFields() const
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceArn(const Aws::String &value)
AWS_WAFREGIONAL_API LoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool LogDestinationConfigsHasBeenSet() const
LoggingConfiguration & WithResourceArn(const char *value)
void SetLogDestinationConfigs(const Aws::Vector< Aws::String > &value)
LoggingConfiguration & WithRedactedFields(Aws::Vector< FieldToMatch > &&value)
LoggingConfiguration & AddLogDestinationConfigs(const char *value)
LoggingConfiguration & WithResourceArn(const Aws::String &value)
bool RedactedFieldsHasBeenSet() const
LoggingConfiguration & WithResourceArn(Aws::String &&value)
void SetRedactedFields(Aws::Vector< FieldToMatch > &&value)
LoggingConfiguration & WithLogDestinationConfigs(Aws::Vector< Aws::String > &&value)
AWS_WAFREGIONAL_API LoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
LoggingConfiguration & AddLogDestinationConfigs(const Aws::String &value)
const Aws::Vector< Aws::String > & GetLogDestinationConfigs() const
void SetLogDestinationConfigs(Aws::Vector< Aws::String > &&value)
LoggingConfiguration & WithLogDestinationConfigs(const Aws::Vector< Aws::String > &value)
LoggingConfiguration & AddRedactedFields(FieldToMatch &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue