7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
47 template<
typename NextLockTokenT = Aws::String>
49 template<
typename NextLockTokenT = Aws::String>
56 template<
typename RequestIdT = Aws::String>
57 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
58 template<
typename RequestIdT = Aws::String>
64 bool m_nextLockTokenHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetNextLockToken(NextLockTokenT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextLockToken() const
PutManagedRuleSetVersionsResult & WithNextLockToken(NextLockTokenT &&value)
AWS_WAFV2_API PutManagedRuleSetVersionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAFV2_API PutManagedRuleSetVersionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAFV2_API PutManagedRuleSetVersionsResult()=default
PutManagedRuleSetVersionsResult & WithRequestId(RequestIdT &&value)
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