7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/WAFRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetIPSetId(
const char* value) { m_iPSetIdHasBeenSet =
true; m_iPSetId.assign(value); }
55 bool m_iPSetIdHasBeenSet =
false;
GetIPSetRequest & WithIPSetId(const char *value)
GetIPSetRequest & WithIPSetId(const Aws::String &value)
GetIPSetRequest & WithIPSetId(Aws::String &&value)
AWS_WAF_API Aws::String SerializePayload() const override
void SetIPSetId(const char *value)
AWS_WAF_API GetIPSetRequest()
bool IPSetIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetIPSetId(const Aws::String &value)
const Aws::String & GetIPSetId() const
void SetIPSetId(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String