7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
52 template <
typename WebACLIdT = Aws::String>
54 m_webACLIdHasBeenSet =
true;
55 m_webACLId = std::forward<WebACLIdT>(value);
57 template <
typename WebACLIdT = Aws::String>
71 template <
typename NameT = Aws::String>
73 m_nameHasBeenSet =
true;
74 m_name = std::forward<NameT>(value);
76 template <
typename NameT = Aws::String>
78 SetName(std::forward<NameT>(value));
86 bool m_webACLIdHasBeenSet =
false;
87 bool m_nameHasBeenSet =
false;
WebACLSummary & WithName(NameT &&value)
AWS_WAF_API WebACLSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAF_API WebACLSummary()=default
AWS_WAF_API WebACLSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetWebACLId() const
const Aws::String & GetName() const
void SetName(NameT &&value)
WebACLSummary & WithWebACLId(WebACLIdT &&value)
void SetWebACLId(WebACLIdT &&value)
bool NameHasBeenSet() const
bool WebACLIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue