7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/waf/WAF_EXPORTS.h>
10#include <aws/waf/model/IPSet.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename IPSetT = IPSet>
38 m_iPSetHasBeenSet =
true;
39 m_iPSet = std::forward<IPSetT>(value);
41 template <
typename IPSetT = IPSet>
43 SetIPSet(std::forward<IPSetT>(value));
56 template <
typename ChangeTokenT = Aws::String>
58 m_changeTokenHasBeenSet =
true;
59 m_changeToken = std::forward<ChangeTokenT>(value);
61 template <
typename ChangeTokenT = Aws::String>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_iPSetHasBeenSet =
false;
92 bool m_changeTokenHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
CreateIPSetResult & WithIPSet(IPSetT &&value)
AWS_WAF_API CreateIPSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetChangeToken() const
CreateIPSetResult & WithChangeToken(ChangeTokenT &&value)
const IPSet & GetIPSet() const
AWS_WAF_API CreateIPSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetIPSet(IPSetT &&value)
void SetChangeToken(ChangeTokenT &&value)
AWS_WAF_API CreateIPSetResult()=default
CreateIPSetResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue