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;
43 template<
typename GeoMatchSetT = GeoMatchSet>
44 void SetGeoMatchSet(GeoMatchSetT&& value) { m_geoMatchSetHasBeenSet =
true; m_geoMatchSet = std::forward<GeoMatchSetT>(value); }
45 template<
typename GeoMatchSetT = GeoMatchSet>
57 template<
typename ChangeTokenT = Aws::String>
58 void SetChangeToken(ChangeTokenT&& value) { m_changeTokenHasBeenSet =
true; m_changeToken = std::forward<ChangeTokenT>(value); }
59 template<
typename ChangeTokenT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_geoMatchSetHasBeenSet =
false;
77 bool m_changeTokenHasBeenSet =
false;
80 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)
CreateGeoMatchSetResult & WithGeoMatchSet(GeoMatchSetT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue