AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
RemoveAllBackendsResult.h
1
6#pragma once
7#include <aws/amplifybackend/AmplifyBackend_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 AmplifyBackend {
22namespace Model {
24 public:
25 AWS_AMPLIFYBACKEND_API RemoveAllBackendsResult() = default;
28
30
33 inline const Aws::String& GetAppId() const { return m_appId; }
34 template <typename AppIdT = Aws::String>
35 void SetAppId(AppIdT&& value) {
36 m_appIdHasBeenSet = true;
37 m_appId = std::forward<AppIdT>(value);
38 }
39 template <typename AppIdT = Aws::String>
41 SetAppId(std::forward<AppIdT>(value));
42 return *this;
43 }
45
47
50 inline const Aws::String& GetError() const { return m_error; }
51 template <typename ErrorT = Aws::String>
52 void SetError(ErrorT&& value) {
53 m_errorHasBeenSet = true;
54 m_error = std::forward<ErrorT>(value);
55 }
56 template <typename ErrorT = Aws::String>
58 SetError(std::forward<ErrorT>(value));
59 return *this;
60 }
62
64
67 inline const Aws::String& GetJobId() const { return m_jobId; }
68 template <typename JobIdT = Aws::String>
69 void SetJobId(JobIdT&& value) {
70 m_jobIdHasBeenSet = true;
71 m_jobId = std::forward<JobIdT>(value);
72 }
73 template <typename JobIdT = Aws::String>
75 SetJobId(std::forward<JobIdT>(value));
76 return *this;
77 }
79
81
84 inline const Aws::String& GetOperation() const { return m_operation; }
85 template <typename OperationT = Aws::String>
86 void SetOperation(OperationT&& value) {
87 m_operationHasBeenSet = true;
88 m_operation = std::forward<OperationT>(value);
89 }
90 template <typename OperationT = Aws::String>
92 SetOperation(std::forward<OperationT>(value));
93 return *this;
94 }
96
98
101 inline const Aws::String& GetStatus() const { return m_status; }
102 template <typename StatusT = Aws::String>
103 void SetStatus(StatusT&& value) {
104 m_statusHasBeenSet = true;
105 m_status = std::forward<StatusT>(value);
106 }
107 template <typename StatusT = Aws::String>
109 SetStatus(std::forward<StatusT>(value));
110 return *this;
111 }
113
115
116 inline const Aws::String& GetRequestId() const { return m_requestId; }
117 template <typename RequestIdT = Aws::String>
118 void SetRequestId(RequestIdT&& value) {
119 m_requestIdHasBeenSet = true;
120 m_requestId = std::forward<RequestIdT>(value);
121 }
122 template <typename RequestIdT = Aws::String>
124 SetRequestId(std::forward<RequestIdT>(value));
125 return *this;
126 }
128 private:
129 Aws::String m_appId;
130
131 Aws::String m_error;
132
133 Aws::String m_jobId;
134
135 Aws::String m_operation;
136
137 Aws::String m_status;
138
139 Aws::String m_requestId;
140 bool m_appIdHasBeenSet = false;
141 bool m_errorHasBeenSet = false;
142 bool m_jobIdHasBeenSet = false;
143 bool m_operationHasBeenSet = false;
144 bool m_statusHasBeenSet = false;
145 bool m_requestIdHasBeenSet = false;
146};
147
148} // namespace Model
149} // namespace AmplifyBackend
150} // namespace Aws
RemoveAllBackendsResult & WithStatus(StatusT &&value)
AWS_AMPLIFYBACKEND_API RemoveAllBackendsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RemoveAllBackendsResult & WithJobId(JobIdT &&value)
RemoveAllBackendsResult & WithError(ErrorT &&value)
RemoveAllBackendsResult & WithRequestId(RequestIdT &&value)
RemoveAllBackendsResult & WithAppId(AppIdT &&value)
AWS_AMPLIFYBACKEND_API RemoveAllBackendsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_AMPLIFYBACKEND_API RemoveAllBackendsResult()=default
RemoveAllBackendsResult & WithOperation(OperationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue