7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
58 template <
typename SqlInjectionMatchSetIdT = Aws::String>
60 m_sqlInjectionMatchSetIdHasBeenSet =
true;
61 m_sqlInjectionMatchSetId = std::forward<SqlInjectionMatchSetIdT>(value);
63 template <
typename SqlInjectionMatchSetIdT = Aws::String>
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
92 bool m_sqlInjectionMatchSetIdHasBeenSet =
false;
93 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