7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/waf/WAFRequest.h>
10#include <aws/waf/WAF_EXPORTS.h>
11#include <aws/waf/model/GeoMatchSetUpdate.h>
43 template <
typename GeoMatchSetIdT = Aws::String>
45 m_geoMatchSetIdHasBeenSet =
true;
46 m_geoMatchSetId = std::forward<GeoMatchSetIdT>(value);
48 template <
typename GeoMatchSetIdT = Aws::String>
61 template <
typename ChangeTokenT = Aws::String>
63 m_changeTokenHasBeenSet =
true;
64 m_changeToken = std::forward<ChangeTokenT>(value);
66 template <
typename ChangeTokenT = Aws::String>
86 template <
typename UpdatesT = Aws::Vector<GeoMatchSetUpdate>>
88 m_updatesHasBeenSet =
true;
89 m_updates = std::forward<UpdatesT>(value);
91 template <
typename UpdatesT = Aws::Vector<GeoMatchSetUpdate>>
96 template <
typename UpdatesT = GeoMatchSetUpdate>
98 m_updatesHasBeenSet =
true;
99 m_updates.emplace_back(std::forward<UpdatesT>(value));
109 bool m_geoMatchSetIdHasBeenSet =
false;
110 bool m_changeTokenHasBeenSet =
false;
111 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