AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace AmplifyBackend
24{
25namespace Model
26{
28 {
29 public:
30 AWS_AMPLIFYBACKEND_API RemoveAllBackendsResult() = default;
33
34
36
39 inline const Aws::String& GetAppId() const { return m_appId; }
40 template<typename AppIdT = Aws::String>
41 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet = true; m_appId = std::forward<AppIdT>(value); }
42 template<typename AppIdT = Aws::String>
43 RemoveAllBackendsResult& WithAppId(AppIdT&& value) { SetAppId(std::forward<AppIdT>(value)); return *this;}
45
47
50 inline const Aws::String& GetError() const { return m_error; }
51 template<typename ErrorT = Aws::String>
52 void SetError(ErrorT&& value) { m_errorHasBeenSet = true; m_error = std::forward<ErrorT>(value); }
53 template<typename ErrorT = Aws::String>
54 RemoveAllBackendsResult& WithError(ErrorT&& value) { SetError(std::forward<ErrorT>(value)); return *this;}
56
58
61 inline const Aws::String& GetJobId() const { return m_jobId; }
62 template<typename JobIdT = Aws::String>
63 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet = true; m_jobId = std::forward<JobIdT>(value); }
64 template<typename JobIdT = Aws::String>
65 RemoveAllBackendsResult& WithJobId(JobIdT&& value) { SetJobId(std::forward<JobIdT>(value)); return *this;}
67
69
72 inline const Aws::String& GetOperation() const { return m_operation; }
73 template<typename OperationT = Aws::String>
74 void SetOperation(OperationT&& value) { m_operationHasBeenSet = true; m_operation = std::forward<OperationT>(value); }
75 template<typename OperationT = Aws::String>
76 RemoveAllBackendsResult& WithOperation(OperationT&& value) { SetOperation(std::forward<OperationT>(value)); return *this;}
78
80
83 inline const Aws::String& GetStatus() const { return m_status; }
84 template<typename StatusT = Aws::String>
85 void SetStatus(StatusT&& value) { m_statusHasBeenSet = true; m_status = std::forward<StatusT>(value); }
86 template<typename StatusT = Aws::String>
87 RemoveAllBackendsResult& WithStatus(StatusT&& value) { SetStatus(std::forward<StatusT>(value)); return *this;}
89
91
92 inline const Aws::String& GetRequestId() const { return m_requestId; }
93 template<typename RequestIdT = Aws::String>
94 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
95 template<typename RequestIdT = Aws::String>
96 RemoveAllBackendsResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
98 private:
99
100 Aws::String m_appId;
101 bool m_appIdHasBeenSet = false;
102
103 Aws::String m_error;
104 bool m_errorHasBeenSet = false;
105
106 Aws::String m_jobId;
107 bool m_jobIdHasBeenSet = false;
108
109 Aws::String m_operation;
110 bool m_operationHasBeenSet = false;
111
112 Aws::String m_status;
113 bool m_statusHasBeenSet = false;
114
115 Aws::String m_requestId;
116 bool m_requestIdHasBeenSet = false;
117 };
118
119} // namespace Model
120} // namespace AmplifyBackend
121} // 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