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));
52 template <
typename DisplayNameT = Aws::String>
54 m_displayNameHasBeenSet =
true;
55 m_displayName = std::forward<DisplayNameT>(value);
57 template <
typename DisplayNameT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
80 bool m_nameHasBeenSet =
false;
83 bool m_displayNameHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetName(NameT &&value)
DeleteSpaceResult & WithRequestId(RequestIdT &&value)
AWS_CODECATALYST_API DeleteSpaceResult()=default
const Aws::String & GetName() const
void SetRequestId(RequestIdT &&value)
AWS_CODECATALYST_API DeleteSpaceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODECATALYST_API DeleteSpaceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteSpaceResult & WithName(NameT &&value)
DeleteSpaceResult & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetDisplayName() const
void SetDisplayName(DisplayNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue