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 NameT = Aws::String>
37 m_nameHasBeenSet =
true;
38 m_name = std::forward<NameT>(value);
40 template <
typename NameT = Aws::String>
42 SetName(std::forward<NameT>(value));
52 template <
typename DisplayNameT = Aws::String>
54 m_displayNameHasBeenSet =
true;
55 m_displayName = std::forward<DisplayNameT>(value);
57 template <
typename DisplayNameT = Aws::String>
69 template <
typename DescriptionT = Aws::String>
71 m_descriptionHasBeenSet =
true;
72 m_description = std::forward<DescriptionT>(value);
74 template <
typename DescriptionT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_nameHasBeenSet =
false;
107 bool m_displayNameHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
UpdateSpaceResult & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
UpdateSpaceResult & WithName(NameT &&value)
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetDisplayName() const
UpdateSpaceResult & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetDescription() const
AWS_CODECATALYST_API UpdateSpaceResult()=default
AWS_CODECATALYST_API UpdateSpaceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::String & GetName() const
void SetRequestId(RequestIdT &&value)
UpdateSpaceResult & WithRequestId(RequestIdT &&value)
AWS_CODECATALYST_API UpdateSpaceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue