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/GitConfigForUpdate.h>
44 template<
typename CodeRepositoryNameT = Aws::String>
45 void SetCodeRepositoryName(CodeRepositoryNameT&& value) { m_codeRepositoryNameHasBeenSet =
true; m_codeRepositoryName = std::forward<CodeRepositoryNameT>(value); }
46 template<
typename CodeRepositoryNameT = Aws::String>
61 template<
typename GitConfigT = GitConfigForUpdate>
62 void SetGitConfig(GitConfigT&& value) { m_gitConfigHasBeenSet =
true; m_gitConfig = std::forward<GitConfigT>(value); }
63 template<
typename GitConfigT = GitConfigForUpdate>
69 bool m_codeRepositoryNameHasBeenSet =
false;
72 bool m_gitConfigHasBeenSet =
false;
void SetGitConfig(GitConfigT &&value)
void SetCodeRepositoryName(CodeRepositoryNameT &&value)
bool CodeRepositoryNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
UpdateCodeRepositoryRequest & WithCodeRepositoryName(CodeRepositoryNameT &&value)
const Aws::String & GetCodeRepositoryName() const
UpdateCodeRepositoryRequest & WithGitConfig(GitConfigT &&value)
const GitConfigForUpdate & GetGitConfig() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool GitConfigHasBeenSet() const
AWS_SAGEMAKER_API UpdateCodeRepositoryRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String