7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename CommitIdT = Aws::String>
43 m_commitIdHasBeenSet =
true;
44 m_commitId = std::forward<CommitIdT>(value);
46 template <
typename CommitIdT = Aws::String>
59 template <
typename RepositoryT = Aws::String>
61 m_repositoryHasBeenSet =
true;
62 m_repository = std::forward<RepositoryT>(value);
64 template <
typename RepositoryT = Aws::String>
77 template <
typename GeneratedByT = Aws::String>
79 m_generatedByHasBeenSet =
true;
80 m_generatedBy = std::forward<GeneratedByT>(value);
82 template <
typename GeneratedByT = Aws::String>
95 template <
typename ProjectIdT = Aws::String>
97 m_projectIdHasBeenSet =
true;
98 m_projectId = std::forward<ProjectIdT>(value);
100 template <
typename ProjectIdT = Aws::String>
114 bool m_commitIdHasBeenSet =
false;
115 bool m_repositoryHasBeenSet =
false;
116 bool m_generatedByHasBeenSet =
false;
117 bool m_projectIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue