7#include <aws/waf-regional/WAFRegional_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;
bool GeoMatchSetIdHasBeenSet() const
bool NameHasBeenSet() const
void SetGeoMatchSetId(GeoMatchSetIdT &&value)
void SetName(NameT &&value)
GeoMatchSetSummary & WithGeoMatchSetId(GeoMatchSetIdT &&value)
AWS_WAFREGIONAL_API GeoMatchSetSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFREGIONAL_API GeoMatchSetSummary()=default
GeoMatchSetSummary & WithName(NameT &&value)
const Aws::String & GetGeoMatchSetId() const
const Aws::String & GetName() const
AWS_WAFREGIONAL_API GeoMatchSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue