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;
59 inline void SetChangeToken(
const char* value) { m_changeToken.assign(value); }
70 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_WAFREGIONAL_API CreateGeoMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
void SetRequestId(const char *value)
void SetGeoMatchSet(const GeoMatchSet &value)
CreateGeoMatchSetResult & WithRequestId(Aws::String &&value)
AWS_WAFREGIONAL_API CreateGeoMatchSetResult()
CreateGeoMatchSetResult & WithChangeToken(const char *value)
CreateGeoMatchSetResult & WithChangeToken(const Aws::String &value)
CreateGeoMatchSetResult & WithChangeToken(Aws::String &&value)
void SetRequestId(Aws::String &&value)
CreateGeoMatchSetResult & WithRequestId(const char *value)
const GeoMatchSet & GetGeoMatchSet() const
AWS_WAFREGIONAL_API CreateGeoMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetChangeToken() const
CreateGeoMatchSetResult & WithRequestId(const Aws::String &value)
void SetChangeToken(const char *value)
void SetChangeToken(Aws::String &&value)
const Aws::String & GetRequestId() const
CreateGeoMatchSetResult & WithGeoMatchSet(const GeoMatchSet &value)
void SetChangeToken(const Aws::String &value)
void SetGeoMatchSet(GeoMatchSet &&value)
CreateGeoMatchSetResult & WithGeoMatchSet(GeoMatchSet &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue