7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/Service.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ServiceT = Service>
38 m_serviceHasBeenSet =
true;
39 m_service = std::forward<ServiceT>(value);
41 template <
typename ServiceT = Service>
56 template <
typename OperationIdT = Aws::String>
58 m_operationIdHasBeenSet =
true;
59 m_operationId = std::forward<OperationIdT>(value);
61 template <
typename OperationIdT = Aws::String>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_serviceHasBeenSet =
false;
92 bool m_operationIdHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
AWS_APPRUNNER_API CreateServiceResult()=default
const Service & GetService() const
CreateServiceResult & WithOperationId(OperationIdT &&value)
void SetService(ServiceT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
AWS_APPRUNNER_API CreateServiceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetOperationId() const
void SetOperationId(OperationIdT &&value)
CreateServiceResult & WithService(ServiceT &&value)
CreateServiceResult & WithRequestId(RequestIdT &&value)
AWS_APPRUNNER_API CreateServiceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue