AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetBackendStorageResult.h
1
6#pragma once
7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/amplifybackend/model/GetBackendStorageResourceConfig.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace AmplifyBackend
25{
26namespace Model
27{
29 {
30 public:
31 AWS_AMPLIFYBACKEND_API GetBackendStorageResult();
34
35
37
40 inline const Aws::String& GetAppId() const{ return m_appId; }
41 inline void SetAppId(const Aws::String& value) { m_appId = value; }
42 inline void SetAppId(Aws::String&& value) { m_appId = std::move(value); }
43 inline void SetAppId(const char* value) { m_appId.assign(value); }
44 inline GetBackendStorageResult& WithAppId(const Aws::String& value) { SetAppId(value); return *this;}
45 inline GetBackendStorageResult& WithAppId(Aws::String&& value) { SetAppId(std::move(value)); return *this;}
46 inline GetBackendStorageResult& WithAppId(const char* value) { SetAppId(value); return *this;}
48
50
53 inline const Aws::String& GetBackendEnvironmentName() const{ return m_backendEnvironmentName; }
54 inline void SetBackendEnvironmentName(const Aws::String& value) { m_backendEnvironmentName = value; }
55 inline void SetBackendEnvironmentName(Aws::String&& value) { m_backendEnvironmentName = std::move(value); }
56 inline void SetBackendEnvironmentName(const char* value) { m_backendEnvironmentName.assign(value); }
59 inline GetBackendStorageResult& WithBackendEnvironmentName(const char* value) { SetBackendEnvironmentName(value); return *this;}
61
63
66 inline const GetBackendStorageResourceConfig& GetResourceConfig() const{ return m_resourceConfig; }
67 inline void SetResourceConfig(const GetBackendStorageResourceConfig& value) { m_resourceConfig = value; }
68 inline void SetResourceConfig(GetBackendStorageResourceConfig&& value) { m_resourceConfig = std::move(value); }
72
74
77 inline const Aws::String& GetResourceName() const{ return m_resourceName; }
78 inline void SetResourceName(const Aws::String& value) { m_resourceName = value; }
79 inline void SetResourceName(Aws::String&& value) { m_resourceName = std::move(value); }
80 inline void SetResourceName(const char* value) { m_resourceName.assign(value); }
81 inline GetBackendStorageResult& WithResourceName(const Aws::String& value) { SetResourceName(value); return *this;}
82 inline GetBackendStorageResult& WithResourceName(Aws::String&& value) { SetResourceName(std::move(value)); return *this;}
83 inline GetBackendStorageResult& WithResourceName(const char* value) { SetResourceName(value); return *this;}
85
87
88 inline const Aws::String& GetRequestId() const{ return m_requestId; }
89 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
90 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
91 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
92 inline GetBackendStorageResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
93 inline GetBackendStorageResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
94 inline GetBackendStorageResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
96 private:
97
98 Aws::String m_appId;
99
100 Aws::String m_backendEnvironmentName;
101
102 GetBackendStorageResourceConfig m_resourceConfig;
103
104 Aws::String m_resourceName;
105
106 Aws::String m_requestId;
107 };
108
109} // namespace Model
110} // namespace AmplifyBackend
111} // namespace Aws
GetBackendStorageResult & WithAppId(const Aws::String &value)
AWS_AMPLIFYBACKEND_API GetBackendStorageResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetResourceConfig(const GetBackendStorageResourceConfig &value)
void SetResourceConfig(GetBackendStorageResourceConfig &&value)
GetBackendStorageResult & WithAppId(const char *value)
GetBackendStorageResult & WithRequestId(Aws::String &&value)
GetBackendStorageResult & WithResourceName(Aws::String &&value)
GetBackendStorageResult & WithRequestId(const char *value)
GetBackendStorageResult & WithBackendEnvironmentName(const char *value)
GetBackendStorageResult & WithResourceName(const char *value)
AWS_AMPLIFYBACKEND_API GetBackendStorageResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetBackendStorageResult & WithResourceConfig(const GetBackendStorageResourceConfig &value)
GetBackendStorageResult & WithBackendEnvironmentName(const Aws::String &value)
GetBackendStorageResult & WithResourceName(const Aws::String &value)
GetBackendStorageResult & WithResourceConfig(GetBackendStorageResourceConfig &&value)
GetBackendStorageResult & WithBackendEnvironmentName(Aws::String &&value)
const GetBackendStorageResourceConfig & GetResourceConfig() const
GetBackendStorageResult & WithAppId(Aws::String &&value)
GetBackendStorageResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue