7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lambda/LambdaRequest.h>
10#include <aws/lambda/Lambda_EXPORTS.h>
11#include <aws/lambda/model/AllowedPublishers.h>
12#include <aws/lambda/model/CodeSigningPolicies.h>
40 template <
typename DescriptionT = Aws::String>
42 m_descriptionHasBeenSet =
true;
43 m_description = std::forward<DescriptionT>(value);
45 template <
typename DescriptionT = Aws::String>
58 template <
typename AllowedPublishersT = AllowedPublishers>
60 m_allowedPublishersHasBeenSet =
true;
61 m_allowedPublishers = std::forward<AllowedPublishersT>(value);
63 template <
typename AllowedPublishersT = AllowedPublishers>
77 template <
typename CodeSigningPoliciesT = CodeSigningPolicies>
79 m_codeSigningPoliciesHasBeenSet =
true;
80 m_codeSigningPolicies = std::forward<CodeSigningPoliciesT>(value);
82 template <
typename CodeSigningPoliciesT = CodeSigningPolicies>
95 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
97 m_tagsHasBeenSet =
true;
98 m_tags = std::forward<TagsT>(value);
100 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
102 SetTags(std::forward<TagsT>(value));
105 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
107 m_tagsHasBeenSet =
true;
108 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
120 bool m_descriptionHasBeenSet =
false;
121 bool m_allowedPublishersHasBeenSet =
false;
122 bool m_codeSigningPoliciesHasBeenSet =
false;
123 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