7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
9#include <aws/waf/model/IPSet.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template <
typename IPSetT = IPSet>
43 m_iPSetHasBeenSet =
true;
44 m_iPSet = std::forward<IPSetT>(value);
46 template <
typename IPSetT = IPSet>
48 SetIPSet(std::forward<IPSetT>(value));
56 template <
typename RequestIdT = Aws::String>
58 m_requestIdHasBeenSet =
true;
59 m_requestId = std::forward<RequestIdT>(value);
61 template <
typename RequestIdT = Aws::String>
71 bool m_iPSetHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
GetIPSetResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_WAF_API GetIPSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const IPSet & GetIPSet() const
AWS_WAF_API GetIPSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAF_API GetIPSetResult()=default
const Aws::String & GetRequestId() const
void SetIPSet(IPSetT &&value)
GetIPSetResult & WithIPSet(IPSetT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue