7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda/LambdaRequest.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
10#include <aws/lambda/model/AllowedPublishers.h>
11#include <aws/lambda/model/CodeSigningPolicies.h>
39 template <
typename CodeSigningConfigArnT = Aws::String>
41 m_codeSigningConfigArnHasBeenSet =
true;
42 m_codeSigningConfigArn = std::forward<CodeSigningConfigArnT>(value);
44 template <
typename CodeSigningConfigArnT = Aws::String>
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
75 template <
typename AllowedPublishersT = AllowedPublishers>
77 m_allowedPublishersHasBeenSet =
true;
78 m_allowedPublishers = std::forward<AllowedPublishersT>(value);
80 template <
typename AllowedPublishersT = AllowedPublishers>
93 template <
typename CodeSigningPoliciesT = CodeSigningPolicies>
95 m_codeSigningPoliciesHasBeenSet =
true;
96 m_codeSigningPolicies = std::forward<CodeSigningPoliciesT>(value);
98 template <
typename CodeSigningPoliciesT = CodeSigningPolicies>
112 bool m_codeSigningConfigArnHasBeenSet =
false;
113 bool m_descriptionHasBeenSet =
false;
114 bool m_allowedPublishersHasBeenSet =
false;
115 bool m_codeSigningPoliciesHasBeenSet =
false;
bool DescriptionHasBeenSet() const
UpdateCodeSigningConfigRequest & WithCodeSigningConfigArn(CodeSigningConfigArnT &&value)
const AllowedPublishers & GetAllowedPublishers() const
void SetCodeSigningPolicies(CodeSigningPoliciesT &&value)
AWS_LAMBDA_API UpdateCodeSigningConfigRequest()=default
UpdateCodeSigningConfigRequest & WithAllowedPublishers(AllowedPublishersT &&value)
bool CodeSigningConfigArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
bool AllowedPublishersHasBeenSet() const
const CodeSigningPolicies & GetCodeSigningPolicies() const
void SetAllowedPublishers(AllowedPublishersT &&value)
const Aws::String & GetDescription() const
void SetCodeSigningConfigArn(CodeSigningConfigArnT &&value)
AWS_LAMBDA_API Aws::String SerializePayload() const override
const Aws::String & GetCodeSigningConfigArn() const
bool CodeSigningPoliciesHasBeenSet() const
UpdateCodeSigningConfigRequest & WithCodeSigningPolicies(CodeSigningPoliciesT &&value)
UpdateCodeSigningConfigRequest & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String