AWS SDK for C++

AWS SDK for C++ Version 1.11.695

Loading...
Searching...
No Matches
DeleteProjectResult.h
1
6#pragma once
7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace CodeCatalyst {
22namespace Model {
24 public:
25 AWS_CODECATALYST_API DeleteProjectResult() = default;
28
30
33 inline const Aws::String& GetSpaceName() const { return m_spaceName; }
34 template <typename SpaceNameT = Aws::String>
35 void SetSpaceName(SpaceNameT&& value) {
36 m_spaceNameHasBeenSet = true;
37 m_spaceName = std::forward<SpaceNameT>(value);
38 }
39 template <typename SpaceNameT = Aws::String>
40 DeleteProjectResult& WithSpaceName(SpaceNameT&& value) {
41 SetSpaceName(std::forward<SpaceNameT>(value));
42 return *this;
43 }
45
47
50 inline const Aws::String& GetName() const { return m_name; }
51 template <typename NameT = Aws::String>
52 void SetName(NameT&& value) {
53 m_nameHasBeenSet = true;
54 m_name = std::forward<NameT>(value);
55 }
56 template <typename NameT = Aws::String>
57 DeleteProjectResult& WithName(NameT&& value) {
58 SetName(std::forward<NameT>(value));
59 return *this;
60 }
62
64
68 inline const Aws::String& GetDisplayName() const { return m_displayName; }
69 template <typename DisplayNameT = Aws::String>
70 void SetDisplayName(DisplayNameT&& value) {
71 m_displayNameHasBeenSet = true;
72 m_displayName = std::forward<DisplayNameT>(value);
73 }
74 template <typename DisplayNameT = Aws::String>
75 DeleteProjectResult& WithDisplayName(DisplayNameT&& value) {
76 SetDisplayName(std::forward<DisplayNameT>(value));
77 return *this;
78 }
80
82
83 inline const Aws::String& GetRequestId() const { return m_requestId; }
84 template <typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) {
86 m_requestIdHasBeenSet = true;
87 m_requestId = std::forward<RequestIdT>(value);
88 }
89 template <typename RequestIdT = Aws::String>
90 DeleteProjectResult& WithRequestId(RequestIdT&& value) {
91 SetRequestId(std::forward<RequestIdT>(value));
92 return *this;
93 }
95 private:
96 Aws::String m_spaceName;
97 bool m_spaceNameHasBeenSet = false;
98
99 Aws::String m_name;
100 bool m_nameHasBeenSet = false;
101
102 Aws::String m_displayName;
103 bool m_displayNameHasBeenSet = false;
104
105 Aws::String m_requestId;
106 bool m_requestIdHasBeenSet = false;
107};
108
109} // namespace Model
110} // namespace CodeCatalyst
111} // namespace Aws
AWS_CODECATALYST_API DeleteProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteProjectResult & WithName(NameT &&value)
DeleteProjectResult & WithSpaceName(SpaceNameT &&value)
AWS_CODECATALYST_API DeleteProjectResult()=default
DeleteProjectResult & WithDisplayName(DisplayNameT &&value)
AWS_CODECATALYST_API DeleteProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteProjectResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue