AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteBackendStorageResult.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 DeleteBackendStorageResult();
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 DeleteBackendStorageResult& WithAppId(const Aws::String& value) { SetAppId(value); return *this;}
44 inline DeleteBackendStorageResult& WithAppId(Aws::String&& value) { SetAppId(std::move(value)); return *this;}
45 inline DeleteBackendStorageResult& WithAppId(const char* value) { SetAppId(value); return *this;}
47
49
52 inline const Aws::String& GetBackendEnvironmentName() const{ return m_backendEnvironmentName; }
53 inline void SetBackendEnvironmentName(const Aws::String& value) { m_backendEnvironmentName = value; }
54 inline void SetBackendEnvironmentName(Aws::String&& value) { m_backendEnvironmentName = std::move(value); }
55 inline void SetBackendEnvironmentName(const char* value) { m_backendEnvironmentName.assign(value); }
58 inline DeleteBackendStorageResult& WithBackendEnvironmentName(const char* value) { SetBackendEnvironmentName(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 DeleteBackendStorageResult& WithJobId(const Aws::String& value) { SetJobId(value); return *this;}
70 inline DeleteBackendStorageResult& WithJobId(Aws::String&& value) { SetJobId(std::move(value)); return *this;}
71 inline DeleteBackendStorageResult& WithJobId(const char* value) { SetJobId(value); return *this;}
73
75
78 inline const Aws::String& GetStatus() const{ return m_status; }
79 inline void SetStatus(const Aws::String& value) { m_status = value; }
80 inline void SetStatus(Aws::String&& value) { m_status = std::move(value); }
81 inline void SetStatus(const char* value) { m_status.assign(value); }
82 inline DeleteBackendStorageResult& WithStatus(const Aws::String& value) { SetStatus(value); return *this;}
83 inline DeleteBackendStorageResult& WithStatus(Aws::String&& value) { SetStatus(std::move(value)); return *this;}
84 inline DeleteBackendStorageResult& WithStatus(const char* value) { SetStatus(value); return *this;}
86
88
89 inline const Aws::String& GetRequestId() const{ return m_requestId; }
90 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
91 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
92 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
93 inline DeleteBackendStorageResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
94 inline DeleteBackendStorageResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
95 inline DeleteBackendStorageResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
97 private:
98
99 Aws::String m_appId;
100
101 Aws::String m_backendEnvironmentName;
102
103 Aws::String m_jobId;
104
105 Aws::String m_status;
106
107 Aws::String m_requestId;
108 };
109
110} // namespace Model
111} // namespace AmplifyBackend
112} // namespace Aws
DeleteBackendStorageResult & WithRequestId(Aws::String &&value)
DeleteBackendStorageResult & WithAppId(const char *value)
DeleteBackendStorageResult & WithBackendEnvironmentName(const Aws::String &value)
DeleteBackendStorageResult & WithAppId(const Aws::String &value)
DeleteBackendStorageResult & WithStatus(const Aws::String &value)
DeleteBackendStorageResult & WithRequestId(const Aws::String &value)
DeleteBackendStorageResult & WithStatus(Aws::String &&value)
DeleteBackendStorageResult & WithJobId(const Aws::String &value)
DeleteBackendStorageResult & WithBackendEnvironmentName(const char *value)
DeleteBackendStorageResult & WithStatus(const char *value)
AWS_AMPLIFYBACKEND_API DeleteBackendStorageResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBackendStorageResult & WithAppId(Aws::String &&value)
DeleteBackendStorageResult & WithJobId(const char *value)
AWS_AMPLIFYBACKEND_API DeleteBackendStorageResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBackendStorageResult & WithJobId(Aws::String &&value)
DeleteBackendStorageResult & WithBackendEnvironmentName(Aws::String &&value)
DeleteBackendStorageResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue