7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/WAFV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wafv2/model/Scope.h>
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
63 inline void SetScope(
Scope value) { m_scopeHasBeenSet =
true; m_scope = value; }
75 template<
typename IdT = Aws::String>
76 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
77 template<
typename IdT = Aws::String>
83 bool m_nameHasBeenSet =
false;
86 bool m_scopeHasBeenSet =
false;
89 bool m_idHasBeenSet =
false;
GetIPSetRequest & WithName(NameT &&value)
void SetScope(Scope value)
GetIPSetRequest & WithScope(Scope value)
AWS_WAFV2_API GetIPSetRequest()=default
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
bool ScopeHasBeenSet() const
bool IdHasBeenSet() const
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetIPSetRequest & WithId(IdT &&value)
const Aws::String & GetName() const
const Aws::String & GetId() const
bool NameHasBeenSet() const
AWS_WAFV2_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String