7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
50 template <
typename GeoMatchSetIdT = Aws::String>
52 m_geoMatchSetIdHasBeenSet =
true;
53 m_geoMatchSetId = std::forward<GeoMatchSetIdT>(value);
55 template <
typename GeoMatchSetIdT = Aws::String>
69 template <
typename NameT = Aws::String>
71 m_nameHasBeenSet =
true;
72 m_name = std::forward<NameT>(value);
74 template <
typename NameT = Aws::String>
76 SetName(std::forward<NameT>(value));
84 bool m_geoMatchSetIdHasBeenSet =
false;
85 bool m_nameHasBeenSet =
false;
void SetName(NameT &&value)
AWS_WAF_API GeoMatchSetSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetGeoMatchSetId() const
const Aws::String & GetName() const
void SetGeoMatchSetId(GeoMatchSetIdT &&value)
AWS_WAF_API GeoMatchSetSummary()=default
bool GeoMatchSetIdHasBeenSet() const
GeoMatchSetSummary & WithGeoMatchSetId(GeoMatchSetIdT &&value)
GeoMatchSetSummary & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAF_API GeoMatchSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue