7#include <aws/codecommit/CodeCommitRequest.h>
8#include <aws/codecommit/CodeCommit_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
50 template <
typename RepositoryNameT = Aws::String>
52 m_repositoryNameHasBeenSet =
true;
53 m_repositoryName = std::forward<RepositoryNameT>(value);
55 template <
typename RepositoryNameT = Aws::String>
73 template <
typename RepositoryDescriptionT = Aws::String>
75 m_repositoryDescriptionHasBeenSet =
true;
76 m_repositoryDescription = std::forward<RepositoryDescriptionT>(value);
78 template <
typename RepositoryDescriptionT = Aws::String>
91 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
93 m_tagsHasBeenSet =
true;
94 m_tags = std::forward<TagsT>(value);
96 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
98 SetTags(std::forward<TagsT>(value));
101 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
103 m_tagsHasBeenSet =
true;
104 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
121 template <
typename KmsKeyIdT = Aws::String>
123 m_kmsKeyIdHasBeenSet =
true;
124 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
126 template <
typename KmsKeyIdT = Aws::String>
140 bool m_repositoryNameHasBeenSet =
false;
141 bool m_repositoryDescriptionHasBeenSet =
false;
142 bool m_tagsHasBeenSet =
false;
143 bool m_kmsKeyIdHasBeenSet =
false;
const Aws::String & GetKmsKeyId() const
AWS_CODECOMMIT_API Aws::String SerializePayload() const override
const Aws::String & GetRepositoryName() const
AWS_CODECOMMIT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateRepositoryRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool KmsKeyIdHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
CreateRepositoryRequest & WithKmsKeyId(KmsKeyIdT &&value)
AWS_CODECOMMIT_API CreateRepositoryRequest()=default
const Aws::String & GetRepositoryDescription() const
void SetRepositoryName(RepositoryNameT &&value)
CreateRepositoryRequest & WithTags(TagsT &&value)
void SetRepositoryDescription(RepositoryDescriptionT &&value)
CreateRepositoryRequest & WithRepositoryName(RepositoryNameT &&value)
bool TagsHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
CreateRepositoryRequest & WithRepositoryDescription(RepositoryDescriptionT &&value)
bool RepositoryNameHasBeenSet() const
bool RepositoryDescriptionHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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