7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/GitConfig.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename CodeRepositoryNameT = Aws::String>
39 m_codeRepositoryNameHasBeenSet =
true;
40 m_codeRepositoryName = std::forward<CodeRepositoryNameT>(value);
42 template <
typename CodeRepositoryNameT = Aws::String>
54 template <
typename CodeRepositoryArnT = Aws::String>
56 m_codeRepositoryArnHasBeenSet =
true;
57 m_codeRepositoryArn = std::forward<CodeRepositoryArnT>(value);
59 template <
typename CodeRepositoryArnT = Aws::String>
71 template <
typename CreationTimeT = Aws::Utils::DateTime>
73 m_creationTimeHasBeenSet =
true;
74 m_creationTime = std::forward<CreationTimeT>(value);
76 template <
typename CreationTimeT = Aws::Utils::DateTime>
88 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
90 m_lastModifiedTimeHasBeenSet =
true;
91 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
93 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
108 template <
typename GitConfigT = GitConfig>
110 m_gitConfigHasBeenSet =
true;
111 m_gitConfig = std::forward<GitConfigT>(value);
113 template <
typename GitConfigT = GitConfig>
123 template <
typename RequestIdT = Aws::String>
125 m_requestIdHasBeenSet =
true;
126 m_requestId = std::forward<RequestIdT>(value);
128 template <
typename RequestIdT = Aws::String>
145 GitConfig m_gitConfig;
149 bool m_codeRepositoryNameHasBeenSet =
false;
150 bool m_codeRepositoryArnHasBeenSet =
false;
151 bool m_creationTimeHasBeenSet =
false;
152 bool m_lastModifiedTimeHasBeenSet =
false;
153 bool m_gitConfigHasBeenSet =
false;
154 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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