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;
37 template <
typename ServiceT = Service>
39 m_serviceHasBeenSet =
true;
40 m_service = std::forward<ServiceT>(value);
42 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>
88 bool m_serviceHasBeenSet =
false;
89 bool m_operationIdHasBeenSet =
false;
90 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