AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
CodeSigningPolicies.h
1
6#pragma once
7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/model/CodeSigningPolicy.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
35 {
36 public:
37 AWS_LAMBDA_API CodeSigningPolicies() = default;
40 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
51 inline CodeSigningPolicy GetUntrustedArtifactOnDeployment() const { return m_untrustedArtifactOnDeployment; }
52 inline bool UntrustedArtifactOnDeploymentHasBeenSet() const { return m_untrustedArtifactOnDeploymentHasBeenSet; }
53 inline void SetUntrustedArtifactOnDeployment(CodeSigningPolicy value) { m_untrustedArtifactOnDeploymentHasBeenSet = true; m_untrustedArtifactOnDeployment = value; }
56 private:
57
58 CodeSigningPolicy m_untrustedArtifactOnDeployment{CodeSigningPolicy::NOT_SET};
59 bool m_untrustedArtifactOnDeploymentHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace Lambda
64} // namespace Aws
AWS_LAMBDA_API CodeSigningPolicies & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API CodeSigningPolicies(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUntrustedArtifactOnDeployment(CodeSigningPolicy value)
CodeSigningPolicies & WithUntrustedArtifactOnDeployment(CodeSigningPolicy value)
AWS_LAMBDA_API CodeSigningPolicies()=default
CodeSigningPolicy GetUntrustedArtifactOnDeployment() const
Aws::Utils::Json::JsonValue JsonValue