AWS SDK for C++

AWS SDK for C++ Version 1.11.716

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Lambda {
20namespace Model {
21
31 public:
32 AWS_LAMBDA_API CodeSigningPolicies() = default;
35 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
46 inline CodeSigningPolicy GetUntrustedArtifactOnDeployment() const { return m_untrustedArtifactOnDeployment; }
47 inline bool UntrustedArtifactOnDeploymentHasBeenSet() const { return m_untrustedArtifactOnDeploymentHasBeenSet; }
49 m_untrustedArtifactOnDeploymentHasBeenSet = true;
50 m_untrustedArtifactOnDeployment = value;
51 }
54 return *this;
55 }
57 private:
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