AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
33
34
36
39 inline const Aws::String& GetAppId() const{ return m_appId; }
40 inline void SetAppId(const Aws::String& value) { m_appId = value; }
41 inline void SetAppId(Aws::String&& value) { m_appId = std::move(value); }
42 inline void SetAppId(const char* value) { m_appId.assign(value); }
43 inline RemoveAllBackendsResult& WithAppId(const Aws::String& value) { SetAppId(value); return *this;}
44 inline RemoveAllBackendsResult& WithAppId(Aws::String&& value) { SetAppId(std::move(value)); return *this;}
45 inline RemoveAllBackendsResult& WithAppId(const char* value) { SetAppId(value); return *this;}
47
49
52 inline const Aws::String& GetError() const{ return m_error; }
53 inline void SetError(const Aws::String& value) { m_error = value; }
54 inline void SetError(Aws::String&& value) { m_error = std::move(value); }
55 inline void SetError(const char* value) { m_error.assign(value); }
56 inline RemoveAllBackendsResult& WithError(const Aws::String& value) { SetError(value); return *this;}
57 inline RemoveAllBackendsResult& WithError(Aws::String&& value) { SetError(std::move(value)); return *this;}
58 inline RemoveAllBackendsResult& WithError(const char* value) { SetError(value); return *this;}
60
62
65 inline const Aws::String& GetJobId() const{ return m_jobId; }
66 inline void SetJobId(const Aws::String& value) { m_jobId = value; }
67 inline void SetJobId(Aws::String&& value) { m_jobId = std::move(value); }
68 inline void SetJobId(const char* value) { m_jobId.assign(value); }
69 inline RemoveAllBackendsResult& WithJobId(const Aws::String& value) { SetJobId(value); return *this;}
70 inline RemoveAllBackendsResult& WithJobId(Aws::String&& value) { SetJobId(std::move(value)); return *this;}
71 inline RemoveAllBackendsResult& WithJobId(const char* value) { SetJobId(value); return *this;}
73
75
78 inline const Aws::String& GetOperation() const{ return m_operation; }
79 inline void SetOperation(const Aws::String& value) { m_operation = value; }
80 inline void SetOperation(Aws::String&& value) { m_operation = std::move(value); }
81 inline void SetOperation(const char* value) { m_operation.assign(value); }
82 inline RemoveAllBackendsResult& WithOperation(const Aws::String& value) { SetOperation(value); return *this;}
83 inline RemoveAllBackendsResult& WithOperation(Aws::String&& value) { SetOperation(std::move(value)); return *this;}
84 inline RemoveAllBackendsResult& WithOperation(const char* value) { SetOperation(value); return *this;}
86
88
91 inline const Aws::String& GetStatus() const{ return m_status; }
92 inline void SetStatus(const Aws::String& value) { m_status = value; }
93 inline void SetStatus(Aws::String&& value) { m_status = std::move(value); }
94 inline void SetStatus(const char* value) { m_status.assign(value); }
95 inline RemoveAllBackendsResult& WithStatus(const Aws::String& value) { SetStatus(value); return *this;}
96 inline RemoveAllBackendsResult& WithStatus(Aws::String&& value) { SetStatus(std::move(value)); return *this;}
97 inline RemoveAllBackendsResult& WithStatus(const char* value) { SetStatus(value); return *this;}
99
101
102 inline const Aws::String& GetRequestId() const{ return m_requestId; }
103 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
104 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
105 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
106 inline RemoveAllBackendsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
107 inline RemoveAllBackendsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
108 inline RemoveAllBackendsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
110 private:
111
112 Aws::String m_appId;
113
114 Aws::String m_error;
115
116 Aws::String m_jobId;
117
118 Aws::String m_operation;
119
120 Aws::String m_status;
121
122 Aws::String m_requestId;
123 };
124
125} // namespace Model
126} // namespace AmplifyBackend
127} // namespace Aws
RemoveAllBackendsResult & WithRequestId(const char *value)
RemoveAllBackendsResult & WithJobId(const char *value)
RemoveAllBackendsResult & WithOperation(const char *value)
AWS_AMPLIFYBACKEND_API RemoveAllBackendsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RemoveAllBackendsResult & WithOperation(Aws::String &&value)
RemoveAllBackendsResult & WithAppId(const Aws::String &value)
RemoveAllBackendsResult & WithAppId(Aws::String &&value)
RemoveAllBackendsResult & WithRequestId(Aws::String &&value)
RemoveAllBackendsResult & WithJobId(Aws::String &&value)
RemoveAllBackendsResult & WithRequestId(const Aws::String &value)
RemoveAllBackendsResult & WithJobId(const Aws::String &value)
RemoveAllBackendsResult & WithError(Aws::String &&value)
RemoveAllBackendsResult & WithStatus(Aws::String &&value)
RemoveAllBackendsResult & WithAppId(const char *value)
RemoveAllBackendsResult & WithError(const char *value)
AWS_AMPLIFYBACKEND_API RemoveAllBackendsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RemoveAllBackendsResult & WithStatus(const char *value)
RemoveAllBackendsResult & WithStatus(const Aws::String &value)
RemoveAllBackendsResult & WithError(const Aws::String &value)
RemoveAllBackendsResult & WithOperation(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue