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>
12#include <aws/core/utils/memory/stl/AWSMap.h>
44 template<
typename DescriptionT = Aws::String>
45 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
46 template<
typename DescriptionT = Aws::String>
56 template<
typename AllowedPublishersT = AllowedPublishers>
57 void SetAllowedPublishers(AllowedPublishersT&& value) { m_allowedPublishersHasBeenSet =
true; m_allowedPublishers = std::forward<AllowedPublishersT>(value); }
58 template<
typename AllowedPublishersT = AllowedPublishers>
69 template<
typename CodeSigningPoliciesT = CodeSigningPolicies>
70 void SetCodeSigningPolicies(CodeSigningPoliciesT&& value) { m_codeSigningPoliciesHasBeenSet =
true; m_codeSigningPolicies = std::forward<CodeSigningPoliciesT>(value); }
71 template<
typename CodeSigningPoliciesT = CodeSigningPolicies>
81 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
82 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
83 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
85 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
87 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
93 bool m_descriptionHasBeenSet =
false;
96 bool m_allowedPublishersHasBeenSet =
false;
99 bool m_codeSigningPoliciesHasBeenSet =
false;
102 bool m_tagsHasBeenSet =
false;
void SetCodeSigningPolicies(CodeSigningPoliciesT &&value)
AWS_LAMBDA_API Aws::String SerializePayload() const override
CreateCodeSigningConfigRequest & WithCodeSigningPolicies(CodeSigningPoliciesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool AllowedPublishersHasBeenSet() const
const CodeSigningPolicies & GetCodeSigningPolicies() const
void SetTags(TagsT &&value)
CreateCodeSigningConfigRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const AllowedPublishers & GetAllowedPublishers() const
void SetDescription(DescriptionT &&value)
AWS_LAMBDA_API CreateCodeSigningConfigRequest()=default
bool TagsHasBeenSet() const
CreateCodeSigningConfigRequest & WithAllowedPublishers(AllowedPublishersT &&value)
const Aws::String & GetDescription() const
bool CodeSigningPoliciesHasBeenSet() const
void SetAllowedPublishers(AllowedPublishersT &&value)
CreateCodeSigningConfigRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
CreateCodeSigningConfigRequest & WithTags(TagsT &&value)
bool DescriptionHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String