7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename SpaceNameT = Aws::String>
42 void SetSpaceName(SpaceNameT&& value) { m_spaceNameHasBeenSet =
true; m_spaceName = std::forward<SpaceNameT>(value); }
43 template<
typename SpaceNameT = Aws::String>
52 template<
typename ProjectNameT = Aws::String>
53 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
54 template<
typename ProjectNameT = Aws::String>
63 template<
typename NameT = Aws::String>
64 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
65 template<
typename NameT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
87 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
88 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
89 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
100 template<
typename CreatedTimeT = Aws::Utils::DateTime>
101 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
102 template<
typename CreatedTimeT = Aws::Utils::DateTime>
109 template<
typename RequestIdT = Aws::String>
110 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
111 template<
typename RequestIdT = Aws::String>
117 bool m_spaceNameHasBeenSet =
false;
120 bool m_projectNameHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
129 bool m_lastUpdatedTimeHasBeenSet =
false;
132 bool m_createdTimeHasBeenSet =
false;
135 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