7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/Service.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ServiceT = Service>
42 void SetService(ServiceT&& value) { m_serviceHasBeenSet =
true; m_service = std::forward<ServiceT>(value); }
43 template<
typename ServiceT = Service>
55 template<
typename OperationIdT = Aws::String>
56 void SetOperationId(OperationIdT&& value) { m_operationIdHasBeenSet =
true; m_operationId = std::forward<OperationIdT>(value); }
57 template<
typename OperationIdT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_serviceHasBeenSet =
false;
75 bool m_operationIdHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
AWS_APPRUNNER_API CreateServiceResult()=default
const Service & GetService() const
CreateServiceResult & WithOperationId(OperationIdT &&value)
void SetService(ServiceT &&value)
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