7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace AmplifyBackend {
36 template <
typename AmplifyFeatureFlagsT = Aws::String>
38 m_amplifyFeatureFlagsHasBeenSet =
true;
39 m_amplifyFeatureFlags = std::forward<AmplifyFeatureFlagsT>(value);
41 template <
typename AmplifyFeatureFlagsT = Aws::String>
53 template <
typename AmplifyMetaConfigT = Aws::String>
55 m_amplifyMetaConfigHasBeenSet =
true;
56 m_amplifyMetaConfig = std::forward<AmplifyMetaConfigT>(value);
58 template <
typename AmplifyMetaConfigT = Aws::String>
70 template <
typename AppIdT = Aws::String>
72 m_appIdHasBeenSet =
true;
73 m_appId = std::forward<AppIdT>(value);
75 template <
typename AppIdT = Aws::String>
77 SetAppId(std::forward<AppIdT>(value));
87 template <
typename AppNameT = Aws::String>
89 m_appNameHasBeenSet =
true;
90 m_appName = std::forward<AppNameT>(value);
92 template <
typename AppNameT = Aws::String>
104 template <
typename BackendEnvironmentListT = Aws::Vector<Aws::String>>
106 m_backendEnvironmentListHasBeenSet =
true;
107 m_backendEnvironmentList = std::forward<BackendEnvironmentListT>(value);
109 template <
typename BackendEnvironmentListT = Aws::Vector<Aws::String>>
114 template <
typename BackendEnvironmentListT = Aws::String>
116 m_backendEnvironmentListHasBeenSet =
true;
117 m_backendEnvironmentList.emplace_back(std::forward<BackendEnvironmentListT>(value));
127 template <
typename BackendEnvironmentNameT = Aws::String>
129 m_backendEnvironmentNameHasBeenSet =
true;
130 m_backendEnvironmentName = std::forward<BackendEnvironmentNameT>(value);
132 template <
typename BackendEnvironmentNameT = Aws::String>
144 template <
typename ErrorT = Aws::String>
146 m_errorHasBeenSet =
true;
147 m_error = std::forward<ErrorT>(value);
149 template <
typename ErrorT = Aws::String>
151 SetError(std::forward<ErrorT>(value));
159 template <
typename RequestIdT = Aws::String>
161 m_requestIdHasBeenSet =
true;
162 m_requestId = std::forward<RequestIdT>(value);
164 template <
typename RequestIdT = Aws::String>
189 bool m_amplifyFeatureFlagsHasBeenSet =
false;
190 bool m_amplifyMetaConfigHasBeenSet =
false;
191 bool m_appIdHasBeenSet =
false;
192 bool m_appNameHasBeenSet =
false;
193 bool m_backendEnvironmentListHasBeenSet =
false;
194 bool m_backendEnvironmentNameHasBeenSet =
false;
195 bool m_errorHasBeenSet =
false;
196 bool m_requestIdHasBeenSet =
false;
GetBackendResult & WithRequestId(RequestIdT &&value)
GetBackendResult & WithAmplifyFeatureFlags(AmplifyFeatureFlagsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetBackendResult & WithBackendEnvironmentList(BackendEnvironmentListT &&value)
GetBackendResult & AddBackendEnvironmentList(BackendEnvironmentListT &&value)
void SetBackendEnvironmentList(BackendEnvironmentListT &&value)
const Aws::String & GetAmplifyMetaConfig() const
AWS_AMPLIFYBACKEND_API GetBackendResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBackendEnvironmentName(BackendEnvironmentNameT &&value)
GetBackendResult & WithAppId(AppIdT &&value)
const Aws::String & GetAppId() const
void SetAppId(AppIdT &&value)
const Aws::Vector< Aws::String > & GetBackendEnvironmentList() const
void SetAmplifyFeatureFlags(AmplifyFeatureFlagsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetAmplifyFeatureFlags() const
const Aws::String & GetAppName() const
const Aws::String & GetError() const
void SetAmplifyMetaConfig(AmplifyMetaConfigT &&value)
GetBackendResult & WithBackendEnvironmentName(BackendEnvironmentNameT &&value)
GetBackendResult & WithAmplifyMetaConfig(AmplifyMetaConfigT &&value)
AWS_AMPLIFYBACKEND_API GetBackendResult()=default
const Aws::String & GetRequestId() const
GetBackendResult & WithAppName(AppNameT &&value)
const Aws::String & GetBackendEnvironmentName() const
void SetAppName(AppNameT &&value)
AWS_AMPLIFYBACKEND_API GetBackendResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetError(ErrorT &&value)
GetBackendResult & WithError(ErrorT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue