7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/GitConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/model/Tag.h>
47 template<
typename CodeRepositoryNameT = Aws::String>
48 void SetCodeRepositoryName(CodeRepositoryNameT&& value) { m_codeRepositoryNameHasBeenSet =
true; m_codeRepositoryName = std::forward<CodeRepositoryNameT>(value); }
49 template<
typename CodeRepositoryNameT = Aws::String>
61 template<
typename GitConfigT = GitConfig>
62 void SetGitConfig(GitConfigT&& value) { m_gitConfigHasBeenSet =
true; m_gitConfig = std::forward<GitConfigT>(value); }
63 template<
typename GitConfigT = GitConfig>
77 template<
typename TagsT = Aws::Vector<Tag>>
78 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
79 template<
typename TagsT = Aws::Vector<Tag>>
81 template<
typename TagsT = Tag>
87 bool m_codeRepositoryNameHasBeenSet =
false;
90 bool m_gitConfigHasBeenSet =
false;
93 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