7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/sagemaker/model/GitConfig.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename CodeRepositoryNameT = Aws::String>
43 void SetCodeRepositoryName(CodeRepositoryNameT&& value) { m_codeRepositoryNameHasBeenSet =
true; m_codeRepositoryName = std::forward<CodeRepositoryNameT>(value); }
44 template<
typename CodeRepositoryNameT = Aws::String>
53 template<
typename CodeRepositoryArnT = Aws::String>
54 void SetCodeRepositoryArn(CodeRepositoryArnT&& value) { m_codeRepositoryArnHasBeenSet =
true; m_codeRepositoryArn = std::forward<CodeRepositoryArnT>(value); }
55 template<
typename CodeRepositoryArnT = Aws::String>
64 template<
typename CreationTimeT = Aws::Utils::DateTime>
65 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
66 template<
typename CreationTimeT = Aws::Utils::DateTime>
75 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
76 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
77 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
89 template<
typename GitConfigT = GitConfig>
90 void SetGitConfig(GitConfigT&& value) { m_gitConfigHasBeenSet =
true; m_gitConfig = std::forward<GitConfigT>(value); }
91 template<
typename GitConfigT = GitConfig>
98 template<
typename RequestIdT = Aws::String>
99 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
100 template<
typename RequestIdT = Aws::String>
106 bool m_codeRepositoryNameHasBeenSet =
false;
109 bool m_codeRepositoryArnHasBeenSet =
false;
112 bool m_creationTimeHasBeenSet =
false;
115 bool m_lastModifiedTimeHasBeenSet =
false;
117 GitConfig m_gitConfig;
118 bool m_gitConfigHasBeenSet =
false;
121 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
DescribeCodeRepositoryResult & WithCodeRepositoryName(CodeRepositoryNameT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetGitConfig(GitConfigT &&value)
const Aws::String & GetCodeRepositoryArn() const
void SetCodeRepositoryArn(CodeRepositoryArnT &&value)
void SetCodeRepositoryName(CodeRepositoryNameT &&value)
DescribeCodeRepositoryResult & WithGitConfig(GitConfigT &&value)
DescribeCodeRepositoryResult & WithRequestId(RequestIdT &&value)
DescribeCodeRepositoryResult & WithCodeRepositoryArn(CodeRepositoryArnT &&value)
DescribeCodeRepositoryResult & WithLastModifiedTime(LastModifiedTimeT &&value)
DescribeCodeRepositoryResult & WithCreationTime(CreationTimeT &&value)
AWS_SAGEMAKER_API DescribeCodeRepositoryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const GitConfig & GetGitConfig() const
AWS_SAGEMAKER_API DescribeCodeRepositoryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API DescribeCodeRepositoryResult()=default
const Aws::String & GetCodeRepositoryName() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue