7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/GitConfigForUpdate.h>
40 template <
typename CodeRepositoryNameT = Aws::String>
42 m_codeRepositoryNameHasBeenSet =
true;
43 m_codeRepositoryName = std::forward<CodeRepositoryNameT>(value);
45 template <
typename CodeRepositoryNameT = Aws::String>
63 template <
typename GitConfigT = GitConfigForUpdate>
65 m_gitConfigHasBeenSet =
true;
66 m_gitConfig = std::forward<GitConfigT>(value);
68 template <
typename GitConfigT = GitConfigForUpdate>
78 bool m_codeRepositoryNameHasBeenSet =
false;
79 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