7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
9#include <aws/waf/model/GeoMatchSet.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
38 template <
typename GeoMatchSetT = GeoMatchSet>
40 m_geoMatchSetHasBeenSet =
true;
41 m_geoMatchSet = std::forward<GeoMatchSetT>(value);
43 template <
typename GeoMatchSetT = GeoMatchSet>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
68 bool m_geoMatchSetHasBeenSet =
false;
69 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