AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PutFunctionConcurrencyResult.h
1
6#pragma once
7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace Lambda
24{
25namespace Model
26{
28 {
29 public:
33
34
36
42 inline int GetReservedConcurrentExecutions() const{ return m_reservedConcurrentExecutions; }
43 inline void SetReservedConcurrentExecutions(int value) { m_reservedConcurrentExecutions = value; }
46
48
49 inline const Aws::String& GetRequestId() const{ return m_requestId; }
50 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
51 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
52 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
53 inline PutFunctionConcurrencyResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
54 inline PutFunctionConcurrencyResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
55 inline PutFunctionConcurrencyResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
57 private:
58
59 int m_reservedConcurrentExecutions;
60
61 Aws::String m_requestId;
62 };
63
64} // namespace Model
65} // namespace Lambda
66} // namespace Aws
AWS_LAMBDA_API PutFunctionConcurrencyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutFunctionConcurrencyResult & WithReservedConcurrentExecutions(int value)
PutFunctionConcurrencyResult & WithRequestId(const Aws::String &value)
AWS_LAMBDA_API PutFunctionConcurrencyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutFunctionConcurrencyResult & WithRequestId(Aws::String &&value)
PutFunctionConcurrencyResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue