7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename TypeT = Aws::String>
49 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
50 template<
typename TypeT = Aws::String>
56 bool m_typeHasBeenSet =
false;
void SetType(TypeT &&value)
const Aws::String & GetType() const
bool TypeHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API WafOverrideAction()=default
AWS_SECURITYHUB_API WafOverrideAction(Aws::Utils::Json::JsonView jsonValue)
WafOverrideAction & WithType(TypeT &&value)
AWS_SECURITYHUB_API WafOverrideAction & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue