7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/GitConfig.h>
12#include <aws/sagemaker/model/Tag.h>
43 template <
typename CodeRepositoryNameT = Aws::String>
45 m_codeRepositoryNameHasBeenSet =
true;
46 m_codeRepositoryName = std::forward<CodeRepositoryNameT>(value);
48 template <
typename CodeRepositoryNameT = Aws::String>
63 template <
typename GitConfigT = GitConfig>
65 m_gitConfigHasBeenSet =
true;
66 m_gitConfig = std::forward<GitConfigT>(value);
68 template <
typename GitConfigT = GitConfig>
85 template <
typename TagsT = Aws::Vector<Tag>>
87 m_tagsHasBeenSet =
true;
88 m_tags = std::forward<TagsT>(value);
90 template <
typename TagsT = Aws::Vector<Tag>>
92 SetTags(std::forward<TagsT>(value));
95 template <
typename TagsT = Tag>
97 m_tagsHasBeenSet =
true;
98 m_tags.emplace_back(std::forward<TagsT>(value));
108 bool m_codeRepositoryNameHasBeenSet =
false;
109 bool m_gitConfigHasBeenSet =
false;
110 bool m_tagsHasBeenSet =
false;
bool CodeRepositoryNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
bool GitConfigHasBeenSet() const
void SetGitConfig(GitConfigT &&value)
CreateCodeRepositoryRequest & WithTags(TagsT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetCodeRepositoryName(CodeRepositoryNameT &&value)
CreateCodeRepositoryRequest & AddTags(TagsT &&value)
const GitConfig & GetGitConfig() const
CreateCodeRepositoryRequest & WithGitConfig(GitConfigT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateCodeRepositoryRequest & WithCodeRepositoryName(CodeRepositoryNameT &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_SAGEMAKER_API CreateCodeRepositoryRequest()=default
void SetTags(TagsT &&value)
const Aws::String & GetCodeRepositoryName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector