7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
64 template<
typename SqlInjectionMatchSetIdT = Aws::String>
65 void SetSqlInjectionMatchSetId(SqlInjectionMatchSetIdT&& value) { m_sqlInjectionMatchSetIdHasBeenSet =
true; m_sqlInjectionMatchSetId = std::forward<SqlInjectionMatchSetIdT>(value); }
66 template<
typename SqlInjectionMatchSetIdT = Aws::String>
77 template<
typename NameT = Aws::String>
78 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
79 template<
typename NameT = Aws::String>
85 bool m_sqlInjectionMatchSetIdHasBeenSet =
false;
88 bool m_nameHasBeenSet =
false;
void SetSqlInjectionMatchSetId(SqlInjectionMatchSetIdT &&value)
void SetName(NameT &&value)
SqlInjectionMatchSetSummary & WithName(NameT &&value)
const Aws::String & GetName() const
const Aws::String & GetSqlInjectionMatchSetId() const
bool SqlInjectionMatchSetIdHasBeenSet() const
AWS_WAF_API SqlInjectionMatchSetSummary()=default
bool NameHasBeenSet() const
SqlInjectionMatchSetSummary & WithSqlInjectionMatchSetId(SqlInjectionMatchSetIdT &&value)
AWS_WAF_API SqlInjectionMatchSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API SqlInjectionMatchSetSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue