7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CodeCatalyst {
36 template <
typename SpaceNameT = Aws::String>
38 m_spaceNameHasBeenSet =
true;
39 m_spaceName = std::forward<SpaceNameT>(value);
41 template <
typename SpaceNameT = Aws::String>
53 template <
typename ProjectNameT = Aws::String>
55 m_projectNameHasBeenSet =
true;
56 m_projectName = std::forward<ProjectNameT>(value);
58 template <
typename ProjectNameT = Aws::String>
70 template <
typename NameT = Aws::String>
72 m_nameHasBeenSet =
true;
73 m_name = std::forward<NameT>(value);
75 template <
typename NameT = Aws::String>
77 SetName(std::forward<NameT>(value));
87 template <
typename DescriptionT = Aws::String>
89 m_descriptionHasBeenSet =
true;
90 m_description = std::forward<DescriptionT>(value);
92 template <
typename DescriptionT = Aws::String>
106 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
108 m_lastUpdatedTimeHasBeenSet =
true;
109 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
111 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
125 template <
typename CreatedTimeT = Aws::Utils::DateTime>
127 m_createdTimeHasBeenSet =
true;
128 m_createdTime = std::forward<CreatedTimeT>(value);
130 template <
typename CreatedTimeT = Aws::Utils::DateTime>
140 template <
typename RequestIdT = Aws::String>
142 m_requestIdHasBeenSet =
true;
143 m_requestId = std::forward<RequestIdT>(value);
145 template <
typename RequestIdT = Aws::String>
168 bool m_spaceNameHasBeenSet =
false;
169 bool m_projectNameHasBeenSet =
false;
170 bool m_nameHasBeenSet =
false;
171 bool m_descriptionHasBeenSet =
false;
172 bool m_lastUpdatedTimeHasBeenSet =
false;
173 bool m_createdTimeHasBeenSet =
false;
174 bool m_requestIdHasBeenSet =
false;
GetSourceRepositoryResult & WithCreatedTime(CreatedTimeT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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