AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
40 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
51 inline const CodeSigningPolicy& GetUntrustedArtifactOnDeployment() const{ return m_untrustedArtifactOnDeployment; }
52 inline bool UntrustedArtifactOnDeploymentHasBeenSet() const { return m_untrustedArtifactOnDeploymentHasBeenSet; }
53 inline void SetUntrustedArtifactOnDeployment(const CodeSigningPolicy& value) { m_untrustedArtifactOnDeploymentHasBeenSet = true; m_untrustedArtifactOnDeployment = value; }
54 inline void SetUntrustedArtifactOnDeployment(CodeSigningPolicy&& value) { m_untrustedArtifactOnDeploymentHasBeenSet = true; m_untrustedArtifactOnDeployment = std::move(value); }
58 private:
59
60 CodeSigningPolicy m_untrustedArtifactOnDeployment;
61 bool m_untrustedArtifactOnDeploymentHasBeenSet = false;
62 };
63
64} // namespace Model
65} // namespace Lambda
66} // namespace Aws
AWS_LAMBDA_API CodeSigningPolicies & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUntrustedArtifactOnDeployment(const CodeSigningPolicy &value)
CodeSigningPolicies & WithUntrustedArtifactOnDeployment(CodeSigningPolicy &&value)
void SetUntrustedArtifactOnDeployment(CodeSigningPolicy &&value)
const CodeSigningPolicy & GetUntrustedArtifactOnDeployment() const
AWS_LAMBDA_API CodeSigningPolicies(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
CodeSigningPolicies & WithUntrustedArtifactOnDeployment(const CodeSigningPolicy &value)
Aws::Utils::Json::JsonValue JsonValue