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;
43 template<
typename ServiceT = Service>
44 void SetService(ServiceT&& value) { m_serviceHasBeenSet =
true; m_service = std::forward<ServiceT>(value); }
45 template<
typename ServiceT = Service>
56 template<
typename OperationIdT = Aws::String>
57 void SetOperationId(OperationIdT&& value) { m_operationIdHasBeenSet =
true; m_operationId = std::forward<OperationIdT>(value); }
58 template<
typename OperationIdT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_serviceHasBeenSet =
false;
76 bool m_operationIdHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
AWS_APPRUNNER_API UpdateServiceResult()=default
void SetOperationId(OperationIdT &&value)
const Aws::String & GetOperationId() const
UpdateServiceResult & WithOperationId(OperationIdT &&value)
UpdateServiceResult & WithRequestId(RequestIdT &&value)
AWS_APPRUNNER_API UpdateServiceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateServiceResult & WithService(ServiceT &&value)
AWS_APPRUNNER_API UpdateServiceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Service & GetService() const
void SetRequestId(RequestIdT &&value)
void SetService(ServiceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue