AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
PutFunctionCodeSigningConfigResult.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:
30 AWS_LAMBDA_API PutFunctionCodeSigningConfigResult() = default;
33
34
36
39 inline const Aws::String& GetCodeSigningConfigArn() const { return m_codeSigningConfigArn; }
40 template<typename CodeSigningConfigArnT = Aws::String>
41 void SetCodeSigningConfigArn(CodeSigningConfigArnT&& value) { m_codeSigningConfigArnHasBeenSet = true; m_codeSigningConfigArn = std::forward<CodeSigningConfigArnT>(value); }
42 template<typename CodeSigningConfigArnT = Aws::String>
43 PutFunctionCodeSigningConfigResult& WithCodeSigningConfigArn(CodeSigningConfigArnT&& value) { SetCodeSigningConfigArn(std::forward<CodeSigningConfigArnT>(value)); return *this;}
45
47
57 inline const Aws::String& GetFunctionName() const { return m_functionName; }
58 template<typename FunctionNameT = Aws::String>
59 void SetFunctionName(FunctionNameT&& value) { m_functionNameHasBeenSet = true; m_functionName = std::forward<FunctionNameT>(value); }
60 template<typename FunctionNameT = Aws::String>
61 PutFunctionCodeSigningConfigResult& WithFunctionName(FunctionNameT&& value) { SetFunctionName(std::forward<FunctionNameT>(value)); return *this;}
63
65
66 inline const Aws::String& GetRequestId() const { return m_requestId; }
67 template<typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
69 template<typename RequestIdT = Aws::String>
70 PutFunctionCodeSigningConfigResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
72 private:
73
74 Aws::String m_codeSigningConfigArn;
75 bool m_codeSigningConfigArnHasBeenSet = false;
76
77 Aws::String m_functionName;
78 bool m_functionNameHasBeenSet = false;
79
80 Aws::String m_requestId;
81 bool m_requestIdHasBeenSet = false;
82 };
83
84} // namespace Model
85} // namespace Lambda
86} // namespace Aws
PutFunctionCodeSigningConfigResult & WithFunctionName(FunctionNameT &&value)
PutFunctionCodeSigningConfigResult & WithRequestId(RequestIdT &&value)
PutFunctionCodeSigningConfigResult & WithCodeSigningConfigArn(CodeSigningConfigArnT &&value)
AWS_LAMBDA_API PutFunctionCodeSigningConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LAMBDA_API PutFunctionCodeSigningConfigResult(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