7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace CodeCatalyst {
34 template <
typename SpaceNameT = Aws::String>
36 m_spaceNameHasBeenSet =
true;
37 m_spaceName = std::forward<SpaceNameT>(value);
39 template <
typename SpaceNameT = Aws::String>
51 template <
typename ProjectNameT = Aws::String>
53 m_projectNameHasBeenSet =
true;
54 m_projectName = std::forward<ProjectNameT>(value);
56 template <
typename ProjectNameT = Aws::String>
68 template <
typename NameT = Aws::String>
70 m_nameHasBeenSet =
true;
71 m_name = std::forward<NameT>(value);
73 template <
typename NameT = Aws::String>
75 SetName(std::forward<NameT>(value));
85 template <
typename DescriptionT = Aws::String>
87 m_descriptionHasBeenSet =
true;
88 m_description = std::forward<DescriptionT>(value);
90 template <
typename DescriptionT = Aws::String>
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
121 bool m_spaceNameHasBeenSet =
false;
122 bool m_projectNameHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
125 bool m_requestIdHasBeenSet =
false;
void SetSpaceName(SpaceNameT &&value)
AWS_CODECATALYST_API CreateSourceRepositoryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
const Aws::String & GetSpaceName() const
AWS_CODECATALYST_API CreateSourceRepositoryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSourceRepositoryResult & WithName(NameT &&value)
void SetProjectName(ProjectNameT &&value)
const Aws::String & GetProjectName() const
CreateSourceRepositoryResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetDescription() const
CreateSourceRepositoryResult & WithDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
AWS_CODECATALYST_API CreateSourceRepositoryResult()=default
CreateSourceRepositoryResult & WithProjectName(ProjectNameT &&value)
void SetName(NameT &&value)
CreateSourceRepositoryResult & WithSpaceName(SpaceNameT &&value)
void SetDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue