AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
GetRuntimeManagementConfigResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda/Lambda_EXPORTS.h>
9#include <aws/lambda/model/UpdateRuntimeOn.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace Lambda {
23namespace Model {
25 public:
26 AWS_LAMBDA_API GetRuntimeManagementConfigResult() = default;
29
31
34 inline UpdateRuntimeOn GetUpdateRuntimeOn() const { return m_updateRuntimeOn; }
36 m_updateRuntimeOnHasBeenSet = true;
37 m_updateRuntimeOn = value;
38 }
40 SetUpdateRuntimeOn(value);
41 return *this;
42 }
44
46
51 inline const Aws::String& GetRuntimeVersionArn() const { return m_runtimeVersionArn; }
52 template <typename RuntimeVersionArnT = Aws::String>
53 void SetRuntimeVersionArn(RuntimeVersionArnT&& value) {
54 m_runtimeVersionArnHasBeenSet = true;
55 m_runtimeVersionArn = std::forward<RuntimeVersionArnT>(value);
56 }
57 template <typename RuntimeVersionArnT = Aws::String>
59 SetRuntimeVersionArn(std::forward<RuntimeVersionArnT>(value));
60 return *this;
61 }
63
65
68 inline const Aws::String& GetFunctionArn() const { return m_functionArn; }
69 template <typename FunctionArnT = Aws::String>
70 void SetFunctionArn(FunctionArnT&& value) {
71 m_functionArnHasBeenSet = true;
72 m_functionArn = std::forward<FunctionArnT>(value);
73 }
74 template <typename FunctionArnT = Aws::String>
76 SetFunctionArn(std::forward<FunctionArnT>(value));
77 return *this;
78 }
80
82
83 inline const Aws::String& GetRequestId() const { return m_requestId; }
84 template <typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) {
86 m_requestIdHasBeenSet = true;
87 m_requestId = std::forward<RequestIdT>(value);
88 }
89 template <typename RequestIdT = Aws::String>
91 SetRequestId(std::forward<RequestIdT>(value));
92 return *this;
93 }
95 private:
97
98 Aws::String m_runtimeVersionArn;
99
100 Aws::String m_functionArn;
101
102 Aws::String m_requestId;
103 bool m_updateRuntimeOnHasBeenSet = false;
104 bool m_runtimeVersionArnHasBeenSet = false;
105 bool m_functionArnHasBeenSet = false;
106 bool m_requestIdHasBeenSet = false;
107};
108
109} // namespace Model
110} // namespace Lambda
111} // 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