7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/WAFRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/waf/model/GeoMatchSetUpdate.h>
47 template<
typename GeoMatchSetIdT = Aws::String>
48 void SetGeoMatchSetId(GeoMatchSetIdT&& value) { m_geoMatchSetIdHasBeenSet =
true; m_geoMatchSetId = std::forward<GeoMatchSetIdT>(value); }
49 template<
typename GeoMatchSetIdT = Aws::String>
59 template<
typename ChangeTokenT = Aws::String>
60 void SetChangeToken(ChangeTokenT&& value) { m_changeTokenHasBeenSet =
true; m_changeToken = std::forward<ChangeTokenT>(value); }
61 template<
typename ChangeTokenT = Aws::String>
78 template<
typename UpdatesT = Aws::Vector<GeoMatchSetUpdate>>
79 void SetUpdates(UpdatesT&& value) { m_updatesHasBeenSet =
true; m_updates = std::forward<UpdatesT>(value); }
80 template<
typename UpdatesT = Aws::Vector<GeoMatchSetUpdate>>
82 template<
typename UpdatesT = GeoMatchSetUpdate>
88 bool m_geoMatchSetIdHasBeenSet =
false;
91 bool m_changeTokenHasBeenSet =
false;
94 bool m_updatesHasBeenSet =
false;
const Aws::String & GetGeoMatchSetId() const
UpdateGeoMatchSetRequest & WithUpdates(UpdatesT &&value)
void SetUpdates(UpdatesT &&value)
bool GeoMatchSetIdHasBeenSet() const
AWS_WAF_API Aws::String SerializePayload() const override
AWS_WAF_API UpdateGeoMatchSetRequest()=default
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetChangeToken() const
void SetChangeToken(ChangeTokenT &&value)
UpdateGeoMatchSetRequest & WithChangeToken(ChangeTokenT &&value)
const Aws::Vector< GeoMatchSetUpdate > & GetUpdates() const
UpdateGeoMatchSetRequest & AddUpdates(UpdatesT &&value)
bool UpdatesHasBeenSet() const
bool ChangeTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetGeoMatchSetId(GeoMatchSetIdT &&value)
UpdateGeoMatchSetRequest & WithGeoMatchSetId(GeoMatchSetIdT &&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