7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename GeoMatchSetIdT = Aws::String>
57 void SetGeoMatchSetId(GeoMatchSetIdT&& value) { m_geoMatchSetIdHasBeenSet =
true; m_geoMatchSetId = std::forward<GeoMatchSetIdT>(value); }
58 template<
typename GeoMatchSetIdT = Aws::String>
69 template<
typename NameT = Aws::String>
70 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
71 template<
typename NameT = Aws::String>
77 bool m_geoMatchSetIdHasBeenSet =
false;
80 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