7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/WAFRegionalRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/waf-regional/model/GeoMatchSetUpdate.h>
49 inline void SetGeoMatchSetId(
const char* value) { m_geoMatchSetIdHasBeenSet =
true; m_geoMatchSetId.assign(value); }
63 inline void SetChangeToken(
const char* value) { m_changeTokenHasBeenSet =
true; m_changeToken.assign(value); }
92 bool m_geoMatchSetIdHasBeenSet =
false;
95 bool m_changeTokenHasBeenSet =
false;
98 bool m_updatesHasBeenSet =
false;
void SetUpdates(const Aws::Vector< GeoMatchSetUpdate > &value)
const Aws::Vector< GeoMatchSetUpdate > & GetUpdates() const
void SetChangeToken(Aws::String &&value)
bool ChangeTokenHasBeenSet() const
void SetGeoMatchSetId(Aws::String &&value)
void SetChangeToken(const Aws::String &value)
const Aws::String & GetChangeToken() const
bool GeoMatchSetIdHasBeenSet() const
UpdateGeoMatchSetRequest & WithChangeToken(const Aws::String &value)
UpdateGeoMatchSetRequest & WithUpdates(Aws::Vector< GeoMatchSetUpdate > &&value)
UpdateGeoMatchSetRequest & AddUpdates(const GeoMatchSetUpdate &value)
void SetUpdates(Aws::Vector< GeoMatchSetUpdate > &&value)
UpdateGeoMatchSetRequest & AddUpdates(GeoMatchSetUpdate &&value)
AWS_WAFREGIONAL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_WAFREGIONAL_API Aws::String SerializePayload() const override
UpdateGeoMatchSetRequest & WithGeoMatchSetId(const Aws::String &value)
UpdateGeoMatchSetRequest & WithGeoMatchSetId(Aws::String &&value)
UpdateGeoMatchSetRequest & WithUpdates(const Aws::Vector< GeoMatchSetUpdate > &value)
void SetChangeToken(const char *value)
void SetGeoMatchSetId(const char *value)
AWS_WAFREGIONAL_API UpdateGeoMatchSetRequest()
void SetGeoMatchSetId(const Aws::String &value)
const Aws::String & GetGeoMatchSetId() const
UpdateGeoMatchSetRequest & WithGeoMatchSetId(const char *value)
UpdateGeoMatchSetRequest & WithChangeToken(const char *value)
virtual const char * GetServiceRequestName() const override
bool UpdatesHasBeenSet() const
UpdateGeoMatchSetRequest & WithChangeToken(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector