7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/waf/WAF_EXPORTS.h>
10#include <aws/waf/model/GeoMatchSet.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename GeoMatchSetT = GeoMatchSet>
40 m_geoMatchSetHasBeenSet =
true;
41 m_geoMatchSet = std::forward<GeoMatchSetT>(value);
43 template <
typename GeoMatchSetT = GeoMatchSet>
58 template <
typename ChangeTokenT = Aws::String>
60 m_changeTokenHasBeenSet =
true;
61 m_changeToken = std::forward<ChangeTokenT>(value);
63 template <
typename ChangeTokenT = Aws::String>
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
93 bool m_geoMatchSetHasBeenSet =
false;
94 bool m_changeTokenHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
AWS_WAF_API CreateGeoMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_WAF_API CreateGeoMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAF_API CreateGeoMatchSetResult()=default
const Aws::String & GetChangeToken() const
void SetGeoMatchSet(GeoMatchSetT &&value)
const GeoMatchSet & GetGeoMatchSet() const
const Aws::String & GetRequestId() const
CreateGeoMatchSetResult & WithChangeToken(ChangeTokenT &&value)
CreateGeoMatchSetResult & WithRequestId(RequestIdT &&value)
void SetChangeToken(ChangeTokenT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateGeoMatchSetResult & WithGeoMatchSet(GeoMatchSetT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue