7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/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;
GetGeoMatchSetResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_WAFREGIONAL_API GetGeoMatchSetResult()=default
void SetGeoMatchSet(GeoMatchSetT &&value)
AWS_WAFREGIONAL_API GetGeoMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const GeoMatchSet & GetGeoMatchSet() const
GetGeoMatchSetResult & WithGeoMatchSet(GeoMatchSetT &&value)
void SetRequestId(RequestIdT &&value)
AWS_WAFREGIONAL_API GetGeoMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue