7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/GeoMatchSet.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
44 template<
typename GeoMatchSetT = GeoMatchSet>
45 void SetGeoMatchSet(GeoMatchSetT&& value) { m_geoMatchSetHasBeenSet =
true; m_geoMatchSet = std::forward<GeoMatchSetT>(value); }
46 template<
typename GeoMatchSetT = GeoMatchSet>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_geoMatchSetHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
AWS_WAF_API GetGeoMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetGeoMatchSetResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_WAF_API GetGeoMatchSetResult()=default
AWS_WAF_API GetGeoMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetGeoMatchSetResult & WithGeoMatchSet(GeoMatchSetT &&value)
const GeoMatchSet & GetGeoMatchSet() const
void SetGeoMatchSet(GeoMatchSetT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue