7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/http/HttpResponse.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 NameT = Aws::String>
54 m_nameHasBeenSet =
true;
55 m_name = std::forward<NameT>(value);
57 template <
typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
70 template <
typename DisplayNameT = Aws::String>
72 m_displayNameHasBeenSet =
true;
73 m_displayName = std::forward<DisplayNameT>(value);
75 template <
typename DisplayNameT = Aws::String>
87 template <
typename DescriptionT = Aws::String>
89 m_descriptionHasBeenSet =
true;
90 m_description = std::forward<DescriptionT>(value);
92 template <
typename DescriptionT = Aws::String>
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
126 bool m_spaceNameHasBeenSet =
false;
127 bool m_nameHasBeenSet =
false;
128 bool m_displayNameHasBeenSet =
false;
129 bool m_descriptionHasBeenSet =
false;
130 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetSpaceName() const
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
GetProjectResult & WithName(NameT &&value)
void SetDisplayName(DisplayNameT &&value)
AWS_CODECATALYST_API GetProjectResult()=default
GetProjectResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
void SetRequestId(RequestIdT &&value)
AWS_CODECATALYST_API GetProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetSpaceName(SpaceNameT &&value)
const Aws::String & GetDisplayName() const
GetProjectResult & WithSpaceName(SpaceNameT &&value)
GetProjectResult & WithDescription(DescriptionT &&value)
GetProjectResult & WithDisplayName(DisplayNameT &&value)
AWS_CODECATALYST_API GetProjectResult(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