7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace AmplifyBackend
41 template<
typename AmplifyFeatureFlagsT = Aws::String>
42 void SetAmplifyFeatureFlags(AmplifyFeatureFlagsT&& value) { m_amplifyFeatureFlagsHasBeenSet =
true; m_amplifyFeatureFlags = std::forward<AmplifyFeatureFlagsT>(value); }
43 template<
typename AmplifyFeatureFlagsT = Aws::String>
52 template<
typename AmplifyMetaConfigT = Aws::String>
53 void SetAmplifyMetaConfig(AmplifyMetaConfigT&& value) { m_amplifyMetaConfigHasBeenSet =
true; m_amplifyMetaConfig = std::forward<AmplifyMetaConfigT>(value); }
54 template<
typename AmplifyMetaConfigT = Aws::String>
63 template<
typename AppIdT = Aws::String>
64 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
65 template<
typename AppIdT = Aws::String>
74 template<
typename AppNameT = Aws::String>
75 void SetAppName(AppNameT&& value) { m_appNameHasBeenSet =
true; m_appName = std::forward<AppNameT>(value); }
76 template<
typename AppNameT = Aws::String>
85 template<
typename BackendEnvironmentListT = Aws::Vector<Aws::String>>
86 void SetBackendEnvironmentList(BackendEnvironmentListT&& value) { m_backendEnvironmentListHasBeenSet =
true; m_backendEnvironmentList = std::forward<BackendEnvironmentListT>(value); }
87 template<
typename BackendEnvironmentListT = Aws::Vector<Aws::String>>
89 template<
typename BackendEnvironmentListT = Aws::String>
90 GetBackendResult&
AddBackendEnvironmentList(BackendEnvironmentListT&& value) { m_backendEnvironmentListHasBeenSet =
true; m_backendEnvironmentList.emplace_back(std::forward<BackendEnvironmentListT>(value));
return *
this; }
98 template<
typename BackendEnvironmentNameT = Aws::String>
99 void SetBackendEnvironmentName(BackendEnvironmentNameT&& value) { m_backendEnvironmentNameHasBeenSet =
true; m_backendEnvironmentName = std::forward<BackendEnvironmentNameT>(value); }
100 template<
typename BackendEnvironmentNameT = Aws::String>
109 template<
typename ErrorT = Aws::String>
110 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
111 template<
typename ErrorT = Aws::String>
118 template<
typename RequestIdT = Aws::String>
119 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
120 template<
typename RequestIdT = Aws::String>
126 bool m_amplifyFeatureFlagsHasBeenSet =
false;
129 bool m_amplifyMetaConfigHasBeenSet =
false;
132 bool m_appIdHasBeenSet =
false;
135 bool m_appNameHasBeenSet =
false;
138 bool m_backendEnvironmentListHasBeenSet =
false;
141 bool m_backendEnvironmentNameHasBeenSet =
false;
144 bool m_errorHasBeenSet =
false;
147 bool m_requestIdHasBeenSet =
false;
GetBackendResult & WithRequestId(RequestIdT &&value)
GetBackendResult & WithAmplifyFeatureFlags(AmplifyFeatureFlagsT &&value)
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