7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptunedata/model/MlResourceDefinition.h>
10#include <aws/neptunedata/model/MlConfigDefinition.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename StatusT = Aws::String>
43 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
44 template<
typename StatusT = Aws::String>
53 template<
typename IdT = Aws::String>
54 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
55 template<
typename IdT = Aws::String>
64 template<
typename Endpo
intT = MlResourceDefinition>
65 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
66 template<
typename Endpo
intT = MlResourceDefinition>
75 template<
typename Endpo
intConfigT = MlConfigDefinition>
76 void SetEndpointConfig(EndpointConfigT&& value) { m_endpointConfigHasBeenSet =
true; m_endpointConfig = std::forward<EndpointConfigT>(value); }
77 template<
typename Endpo
intConfigT = MlConfigDefinition>
84 template<
typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
86 template<
typename RequestIdT = Aws::String>
92 bool m_statusHasBeenSet =
false;
95 bool m_idHasBeenSet =
false;
98 bool m_endpointHasBeenSet =
false;
101 bool m_endpointConfigHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
AWS_NEPTUNEDATA_API GetMLEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(StatusT &&value)
GetMLEndpointResult & WithStatus(StatusT &&value)
GetMLEndpointResult & WithEndpointConfig(EndpointConfigT &&value)
const MlResourceDefinition & GetEndpoint() const
AWS_NEPTUNEDATA_API GetMLEndpointResult()=default
const Aws::String & GetStatus() const
const MlConfigDefinition & GetEndpointConfig() const
const Aws::String & GetId() const
GetMLEndpointResult & WithEndpoint(EndpointT &&value)
void SetEndpointConfig(EndpointConfigT &&value)
GetMLEndpointResult & WithId(IdT &&value)
GetMLEndpointResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_NEPTUNEDATA_API GetMLEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetEndpoint(EndpointT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue