7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/LambdaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lambda/model/AllowedPublishers.h>
11#include <aws/lambda/model/CodeSigningPolicies.h>
43 template<
typename CodeSigningConfigArnT = Aws::String>
44 void SetCodeSigningConfigArn(CodeSigningConfigArnT&& value) { m_codeSigningConfigArnHasBeenSet =
true; m_codeSigningConfigArn = std::forward<CodeSigningConfigArnT>(value); }
45 template<
typename CodeSigningConfigArnT = Aws::String>
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
67 template<
typename AllowedPublishersT = AllowedPublishers>
68 void SetAllowedPublishers(AllowedPublishersT&& value) { m_allowedPublishersHasBeenSet =
true; m_allowedPublishers = std::forward<AllowedPublishersT>(value); }
69 template<
typename AllowedPublishersT = AllowedPublishers>
79 template<
typename CodeSigningPoliciesT = CodeSigningPolicies>
80 void SetCodeSigningPolicies(CodeSigningPoliciesT&& value) { m_codeSigningPoliciesHasBeenSet =
true; m_codeSigningPolicies = std::forward<CodeSigningPoliciesT>(value); }
81 template<
typename CodeSigningPoliciesT = CodeSigningPolicies>
87 bool m_codeSigningConfigArnHasBeenSet =
false;
90 bool m_descriptionHasBeenSet =
false;
93 bool m_allowedPublishersHasBeenSet =
false;
96 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