7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/proton/model/ServiceInstance.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ServiceInstanceT = ServiceInstance>
42 void SetServiceInstance(ServiceInstanceT&& value) { m_serviceInstanceHasBeenSet =
true; m_serviceInstance = std::forward<ServiceInstanceT>(value); }
43 template<
typename ServiceInstanceT = ServiceInstance>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_serviceInstanceHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_PROTON_API CreateServiceInstanceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ServiceInstance & GetServiceInstance() const
CreateServiceInstanceResult & WithRequestId(RequestIdT &&value)
CreateServiceInstanceResult & WithServiceInstance(ServiceInstanceT &&value)
void SetServiceInstance(ServiceInstanceT &&value)
AWS_PROTON_API CreateServiceInstanceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PROTON_API CreateServiceInstanceResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue