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));
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
102 bool m_spaceNameHasBeenSet =
false;
103 bool m_projectNameHasBeenSet =
false;
104 bool m_nameHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
void SetSpaceName(SpaceNameT &&value)
DeleteSourceRepositoryResult & WithRequestId(RequestIdT &&value)
DeleteSourceRepositoryResult & WithSpaceName(SpaceNameT &&value)
AWS_CODECATALYST_API DeleteSourceRepositoryResult()=default
DeleteSourceRepositoryResult & WithName(NameT &&value)
const Aws::String & GetProjectName() const
const Aws::String & GetRequestId() const
AWS_CODECATALYST_API DeleteSourceRepositoryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
const Aws::String & GetSpaceName() const
DeleteSourceRepositoryResult & WithProjectName(ProjectNameT &&value)
void SetProjectName(ProjectNameT &&value)
AWS_CODECATALYST_API DeleteSourceRepositoryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue