AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
LayerVersionContentOutput.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{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Lambda
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_LAMBDA_API LayerVersionContentOutput() = default;
39 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetLocation() const { return m_location; }
47 inline bool LocationHasBeenSet() const { return m_locationHasBeenSet; }
48 template<typename LocationT = Aws::String>
49 void SetLocation(LocationT&& value) { m_locationHasBeenSet = true; m_location = std::forward<LocationT>(value); }
50 template<typename LocationT = Aws::String>
51 LayerVersionContentOutput& WithLocation(LocationT&& value) { SetLocation(std::forward<LocationT>(value)); return *this;}
53
55
58 inline const Aws::String& GetCodeSha256() const { return m_codeSha256; }
59 inline bool CodeSha256HasBeenSet() const { return m_codeSha256HasBeenSet; }
60 template<typename CodeSha256T = Aws::String>
61 void SetCodeSha256(CodeSha256T&& value) { m_codeSha256HasBeenSet = true; m_codeSha256 = std::forward<CodeSha256T>(value); }
62 template<typename CodeSha256T = Aws::String>
63 LayerVersionContentOutput& WithCodeSha256(CodeSha256T&& value) { SetCodeSha256(std::forward<CodeSha256T>(value)); return *this;}
65
67
70 inline long long GetCodeSize() const { return m_codeSize; }
71 inline bool CodeSizeHasBeenSet() const { return m_codeSizeHasBeenSet; }
72 inline void SetCodeSize(long long value) { m_codeSizeHasBeenSet = true; m_codeSize = value; }
73 inline LayerVersionContentOutput& WithCodeSize(long long value) { SetCodeSize(value); return *this;}
75
77
80 inline const Aws::String& GetSigningProfileVersionArn() const { return m_signingProfileVersionArn; }
81 inline bool SigningProfileVersionArnHasBeenSet() const { return m_signingProfileVersionArnHasBeenSet; }
82 template<typename SigningProfileVersionArnT = Aws::String>
83 void SetSigningProfileVersionArn(SigningProfileVersionArnT&& value) { m_signingProfileVersionArnHasBeenSet = true; m_signingProfileVersionArn = std::forward<SigningProfileVersionArnT>(value); }
84 template<typename SigningProfileVersionArnT = Aws::String>
85 LayerVersionContentOutput& WithSigningProfileVersionArn(SigningProfileVersionArnT&& value) { SetSigningProfileVersionArn(std::forward<SigningProfileVersionArnT>(value)); return *this;}
87
89
92 inline const Aws::String& GetSigningJobArn() const { return m_signingJobArn; }
93 inline bool SigningJobArnHasBeenSet() const { return m_signingJobArnHasBeenSet; }
94 template<typename SigningJobArnT = Aws::String>
95 void SetSigningJobArn(SigningJobArnT&& value) { m_signingJobArnHasBeenSet = true; m_signingJobArn = std::forward<SigningJobArnT>(value); }
96 template<typename SigningJobArnT = Aws::String>
97 LayerVersionContentOutput& WithSigningJobArn(SigningJobArnT&& value) { SetSigningJobArn(std::forward<SigningJobArnT>(value)); return *this;}
99 private:
100
101 Aws::String m_location;
102 bool m_locationHasBeenSet = false;
103
104 Aws::String m_codeSha256;
105 bool m_codeSha256HasBeenSet = false;
106
107 long long m_codeSize{0};
108 bool m_codeSizeHasBeenSet = false;
109
110 Aws::String m_signingProfileVersionArn;
111 bool m_signingProfileVersionArnHasBeenSet = false;
112
113 Aws::String m_signingJobArn;
114 bool m_signingJobArnHasBeenSet = false;
115 };
116
117} // namespace Model
118} // namespace Lambda
119} // namespace Aws
LayerVersionContentOutput & WithCodeSha256(CodeSha256T &&value)
void SetSigningProfileVersionArn(SigningProfileVersionArnT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
LayerVersionContentOutput & WithCodeSize(long long value)
LayerVersionContentOutput & WithLocation(LocationT &&value)
AWS_LAMBDA_API LayerVersionContentOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API LayerVersionContentOutput(Aws::Utils::Json::JsonView jsonValue)
LayerVersionContentOutput & WithSigningProfileVersionArn(SigningProfileVersionArnT &&value)
LayerVersionContentOutput & WithSigningJobArn(SigningJobArnT &&value)
AWS_LAMBDA_API LayerVersionContentOutput()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue