AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
GetRuntimeManagementConfigResult.h
1
6#pragma once
7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/model/UpdateRuntimeOn.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace Lambda
25{
26namespace Model
27{
29 {
30 public:
31 AWS_LAMBDA_API GetRuntimeManagementConfigResult() = default;
34
35
37
40 inline UpdateRuntimeOn GetUpdateRuntimeOn() const { return m_updateRuntimeOn; }
41 inline void SetUpdateRuntimeOn(UpdateRuntimeOn value) { m_updateRuntimeOnHasBeenSet = true; m_updateRuntimeOn = value; }
44
46
51 inline const Aws::String& GetRuntimeVersionArn() const { return m_runtimeVersionArn; }
52 template<typename RuntimeVersionArnT = Aws::String>
53 void SetRuntimeVersionArn(RuntimeVersionArnT&& value) { m_runtimeVersionArnHasBeenSet = true; m_runtimeVersionArn = std::forward<RuntimeVersionArnT>(value); }
54 template<typename RuntimeVersionArnT = Aws::String>
55 GetRuntimeManagementConfigResult& WithRuntimeVersionArn(RuntimeVersionArnT&& value) { SetRuntimeVersionArn(std::forward<RuntimeVersionArnT>(value)); return *this;}
57
59
62 inline const Aws::String& GetFunctionArn() const { return m_functionArn; }
63 template<typename FunctionArnT = Aws::String>
64 void SetFunctionArn(FunctionArnT&& value) { m_functionArnHasBeenSet = true; m_functionArn = std::forward<FunctionArnT>(value); }
65 template<typename FunctionArnT = Aws::String>
66 GetRuntimeManagementConfigResult& WithFunctionArn(FunctionArnT&& value) { SetFunctionArn(std::forward<FunctionArnT>(value)); return *this;}
68
70
71 inline const Aws::String& GetRequestId() const { return m_requestId; }
72 template<typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
74 template<typename RequestIdT = Aws::String>
75 GetRuntimeManagementConfigResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
77 private:
78
80 bool m_updateRuntimeOnHasBeenSet = false;
81
82 Aws::String m_runtimeVersionArn;
83 bool m_runtimeVersionArnHasBeenSet = false;
84
85 Aws::String m_functionArn;
86 bool m_functionArnHasBeenSet = false;
87
88 Aws::String m_requestId;
89 bool m_requestIdHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace Lambda
94} // namespace Aws
GetRuntimeManagementConfigResult & WithFunctionArn(FunctionArnT &&value)
GetRuntimeManagementConfigResult & WithUpdateRuntimeOn(UpdateRuntimeOn value)
GetRuntimeManagementConfigResult & WithRequestId(RequestIdT &&value)
AWS_LAMBDA_API GetRuntimeManagementConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRuntimeManagementConfigResult & WithRuntimeVersionArn(RuntimeVersionArnT &&value)
AWS_LAMBDA_API GetRuntimeManagementConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue