7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
42 template<
typename NextLockTokenT = Aws::String>
44 template<
typename NextLockTokenT = Aws::String>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_nextLockTokenHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
AWS_WAFV2_API UpdateRuleGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
UpdateRuleGroupResult & WithNextLockToken(NextLockTokenT &&value)
UpdateRuleGroupResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextLockToken() const
AWS_WAFV2_API UpdateRuleGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextLockToken(NextLockTokenT &&value)
const Aws::String & GetRequestId() const
AWS_WAFV2_API UpdateRuleGroupResult()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue