7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda/Lambda_EXPORTS.h>
9#include <aws/lambda/model/AllowedPublishers.h>
10#include <aws/lambda/model/CodeSigningPolicies.h>
44 template <
typename CodeSigningConfigIdT = Aws::String>
46 m_codeSigningConfigIdHasBeenSet =
true;
47 m_codeSigningConfigId = std::forward<CodeSigningConfigIdT>(value);
49 template <
typename CodeSigningConfigIdT = Aws::String>
62 template <
typename CodeSigningConfigArnT = Aws::String>
64 m_codeSigningConfigArnHasBeenSet =
true;
65 m_codeSigningConfigArn = std::forward<CodeSigningConfigArnT>(value);
67 template <
typename CodeSigningConfigArnT = Aws::String>
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
98 template <
typename AllowedPublishersT = AllowedPublishers>
100 m_allowedPublishersHasBeenSet =
true;
101 m_allowedPublishers = std::forward<AllowedPublishersT>(value);
103 template <
typename AllowedPublishersT = AllowedPublishers>
117 template <
typename CodeSigningPoliciesT = CodeSigningPolicies>
119 m_codeSigningPoliciesHasBeenSet =
true;
120 m_codeSigningPolicies = std::forward<CodeSigningPoliciesT>(value);
122 template <
typename CodeSigningPoliciesT = CodeSigningPolicies>
136 template <
typename LastModifiedT = Aws::String>
138 m_lastModifiedHasBeenSet =
true;
139 m_lastModified = std::forward<LastModifiedT>(value);
141 template <
typename LastModifiedT = Aws::String>
159 bool m_codeSigningConfigIdHasBeenSet =
false;
160 bool m_codeSigningConfigArnHasBeenSet =
false;
161 bool m_descriptionHasBeenSet =
false;
162 bool m_allowedPublishersHasBeenSet =
false;
163 bool m_codeSigningPoliciesHasBeenSet =
false;
164 bool m_lastModifiedHasBeenSet =
false;
CodeSigningConfig & WithCodeSigningConfigArn(CodeSigningConfigArnT &&value)
CodeSigningConfig & WithAllowedPublishers(AllowedPublishersT &&value)
CodeSigningConfig & WithCodeSigningConfigId(CodeSigningConfigIdT &&value)
void SetLastModified(LastModifiedT &&value)
bool CodeSigningConfigArnHasBeenSet() const
void SetCodeSigningPolicies(CodeSigningPoliciesT &&value)
bool CodeSigningPoliciesHasBeenSet() const
const CodeSigningPolicies & GetCodeSigningPolicies() const
void SetCodeSigningConfigArn(CodeSigningConfigArnT &&value)
const Aws::String & GetLastModified() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
CodeSigningConfig & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetCodeSigningConfigId(CodeSigningConfigIdT &&value)
bool AllowedPublishersHasBeenSet() const
CodeSigningConfig & WithLastModified(LastModifiedT &&value)
CodeSigningConfig & WithCodeSigningPolicies(CodeSigningPoliciesT &&value)
const Aws::String & GetCodeSigningConfigId() const
bool CodeSigningConfigIdHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_LAMBDA_API CodeSigningConfig()=default
AWS_LAMBDA_API CodeSigningConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const AllowedPublishers & GetAllowedPublishers() const
bool LastModifiedHasBeenSet() const
AWS_LAMBDA_API CodeSigningConfig(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
void SetAllowedPublishers(AllowedPublishersT &&value)
const Aws::String & GetCodeSigningConfigArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue