7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace AmplifyBackend
40 template<
typename AppIdT = Aws::String>
41 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
42 template<
typename AppIdT = Aws::String>
51 template<
typename BackendEnvironmentNameT = Aws::String>
52 void SetBackendEnvironmentName(BackendEnvironmentNameT&& value) { m_backendEnvironmentNameHasBeenSet =
true; m_backendEnvironmentName = std::forward<BackendEnvironmentNameT>(value); }
53 template<
typename BackendEnvironmentNameT = Aws::String>
62 template<
typename JobIdT = Aws::String>
63 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
64 template<
typename JobIdT = Aws::String>
73 template<
typename StatusT = Aws::String>
74 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
75 template<
typename StatusT = Aws::String>
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_appIdHasBeenSet =
false;
93 bool m_backendEnvironmentNameHasBeenSet =
false;
96 bool m_jobIdHasBeenSet =
false;
99 bool m_statusHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
CreateBackendConfigResult & WithStatus(StatusT &&value)
CreateBackendConfigResult & WithBackendEnvironmentName(BackendEnvironmentNameT &&value)
const Aws::String & GetStatus() const
const Aws::String & GetRequestId() const
void SetStatus(StatusT &&value)
AWS_AMPLIFYBACKEND_API CreateBackendConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetJobId(JobIdT &&value)
CreateBackendConfigResult & WithAppId(AppIdT &&value)
CreateBackendConfigResult & WithRequestId(RequestIdT &&value)
AWS_AMPLIFYBACKEND_API CreateBackendConfigResult()=default
const Aws::String & GetAppId() const
CreateBackendConfigResult & WithJobId(JobIdT &&value)
const Aws::String & GetBackendEnvironmentName() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetJobId() const
void SetAppId(AppIdT &&value)
void SetBackendEnvironmentName(BackendEnvironmentNameT &&value)
AWS_AMPLIFYBACKEND_API CreateBackendConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue