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 NameT = Aws::String>
36 m_nameHasBeenSet =
true;
37 m_name = std::forward<NameT>(value);
39 template <
typename NameT = Aws::String>
41 SetName(std::forward<NameT>(value));
51 template <
typename DisplayNameT = Aws::String>
53 m_displayNameHasBeenSet =
true;
54 m_displayName = std::forward<DisplayNameT>(value);
56 template <
typename DisplayNameT = Aws::String>
68 template <
typename DescriptionT = Aws::String>
70 m_descriptionHasBeenSet =
true;
71 m_description = std::forward<DescriptionT>(value);
73 template <
typename DescriptionT = Aws::String>
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_nameHasBeenSet =
false;
103 bool m_displayNameHasBeenSet =
false;
104 bool m_descriptionHasBeenSet =
false;
105 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)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue