7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/model/WebACL.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename WebACLT = WebACL>
43 void SetWebACL(WebACLT&& value) { m_webACLHasBeenSet =
true; m_webACL = std::forward<WebACLT>(value); }
44 template<
typename WebACLT = WebACL>
60 template<
typename LockTokenT = Aws::String>
61 void SetLockToken(LockTokenT&& value) { m_lockTokenHasBeenSet =
true; m_lockToken = std::forward<LockTokenT>(value); }
62 template<
typename LockTokenT = Aws::String>
79 template<
typename ApplicationIntegrationURLT = Aws::String>
80 void SetApplicationIntegrationURL(ApplicationIntegrationURLT&& value) { m_applicationIntegrationURLHasBeenSet =
true; m_applicationIntegrationURL = std::forward<ApplicationIntegrationURLT>(value); }
81 template<
typename ApplicationIntegrationURLT = Aws::String>
88 template<
typename RequestIdT = Aws::String>
89 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
90 template<
typename RequestIdT = Aws::String>
96 bool m_webACLHasBeenSet =
false;
99 bool m_lockTokenHasBeenSet =
false;
102 bool m_applicationIntegrationURLHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetLockToken() const
GetWebACLResult & WithLockToken(LockTokenT &&value)
AWS_WAFV2_API GetWebACLResult()=default
const Aws::String & GetRequestId() const
void SetApplicationIntegrationURL(ApplicationIntegrationURLT &&value)
GetWebACLResult & WithRequestId(RequestIdT &&value)
AWS_WAFV2_API GetWebACLResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetApplicationIntegrationURL() const
void SetWebACL(WebACLT &&value)
void SetLockToken(LockTokenT &&value)
AWS_WAFV2_API GetWebACLResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetWebACLResult & WithApplicationIntegrationURL(ApplicationIntegrationURLT &&value)
const WebACL & GetWebACL() const
GetWebACLResult & WithWebACL(WebACLT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue