7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/GitConfig.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename CodeRepositoryNameT = Aws::String>
38 m_codeRepositoryNameHasBeenSet =
true;
39 m_codeRepositoryName = std::forward<CodeRepositoryNameT>(value);
41 template <
typename CodeRepositoryNameT = Aws::String>
53 template <
typename CodeRepositoryArnT = Aws::String>
55 m_codeRepositoryArnHasBeenSet =
true;
56 m_codeRepositoryArn = std::forward<CodeRepositoryArnT>(value);
58 template <
typename CodeRepositoryArnT = Aws::String>
70 template <
typename CreationTimeT = Aws::Utils::DateTime>
72 m_creationTimeHasBeenSet =
true;
73 m_creationTime = std::forward<CreationTimeT>(value);
75 template <
typename CreationTimeT = Aws::Utils::DateTime>
87 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
89 m_lastModifiedTimeHasBeenSet =
true;
90 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
92 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
107 template <
typename GitConfigT = GitConfig>
109 m_gitConfigHasBeenSet =
true;
110 m_gitConfig = std::forward<GitConfigT>(value);
112 template <
typename GitConfigT = GitConfig>
122 template <
typename RequestIdT = Aws::String>
124 m_requestIdHasBeenSet =
true;
125 m_requestId = std::forward<RequestIdT>(value);
127 template <
typename RequestIdT = Aws::String>
142 GitConfig m_gitConfig;
145 bool m_codeRepositoryNameHasBeenSet =
false;
146 bool m_codeRepositoryArnHasBeenSet =
false;
147 bool m_creationTimeHasBeenSet =
false;
148 bool m_lastModifiedTimeHasBeenSet =
false;
149 bool m_gitConfigHasBeenSet =
false;
150 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