7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace CodeCatalyst {
35 template <
typename SpaceNameT = Aws::String>
37 m_spaceNameHasBeenSet =
true;
38 m_spaceName = std::forward<SpaceNameT>(value);
40 template <
typename SpaceNameT = Aws::String>
52 template <
typename ProjectNameT = Aws::String>
54 m_projectNameHasBeenSet =
true;
55 m_projectName = std::forward<ProjectNameT>(value);
57 template <
typename ProjectNameT = Aws::String>
69 template <
typename NameT = Aws::String>
71 m_nameHasBeenSet =
true;
72 m_name = std::forward<NameT>(value);
74 template <
typename NameT = Aws::String>
76 SetName(std::forward<NameT>(value));
86 template <
typename DescriptionT = Aws::String>
88 m_descriptionHasBeenSet =
true;
89 m_description = std::forward<DescriptionT>(value);
91 template <
typename DescriptionT = Aws::String>
105 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
107 m_lastUpdatedTimeHasBeenSet =
true;
108 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
110 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
124 template <
typename CreatedTimeT = Aws::Utils::DateTime>
126 m_createdTimeHasBeenSet =
true;
127 m_createdTime = std::forward<CreatedTimeT>(value);
129 template <
typename CreatedTimeT = Aws::Utils::DateTime>
139 template <
typename RequestIdT = Aws::String>
141 m_requestIdHasBeenSet =
true;
142 m_requestId = std::forward<RequestIdT>(value);
144 template <
typename RequestIdT = Aws::String>
152 bool m_spaceNameHasBeenSet =
false;
155 bool m_projectNameHasBeenSet =
false;
158 bool m_nameHasBeenSet =
false;
161 bool m_descriptionHasBeenSet =
false;
164 bool m_lastUpdatedTimeHasBeenSet =
false;
167 bool m_createdTimeHasBeenSet =
false;
170 bool m_requestIdHasBeenSet =
false;
GetSourceRepositoryResult & WithCreatedTime(CreatedTimeT &&value)
const Aws::String & GetRequestId() const
void SetDescription(DescriptionT &&value)
GetSourceRepositoryResult & WithLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::String & GetName() const
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
GetSourceRepositoryResult & WithRequestId(RequestIdT &&value)
AWS_CODECATALYST_API GetSourceRepositoryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSourceRepositoryResult & WithProjectName(ProjectNameT &&value)
const Aws::String & GetProjectName() const
GetSourceRepositoryResult & WithSpaceName(SpaceNameT &&value)
void SetCreatedTime(CreatedTimeT &&value)
void SetProjectName(ProjectNameT &&value)
AWS_CODECATALYST_API GetSourceRepositoryResult()=default
GetSourceRepositoryResult & WithName(NameT &&value)
const Aws::String & GetSpaceName() const
const Aws::Utils::DateTime & GetCreatedTime() const
const Aws::String & GetDescription() const
GetSourceRepositoryResult & WithDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
AWS_CODECATALYST_API GetSourceRepositoryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSpaceName(SpaceNameT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue