7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker-runtime/SageMakerRuntime_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace SageMakerRuntime {
37 template <
typename InferenceIdT = Aws::String>
39 m_inferenceIdHasBeenSet =
true;
40 m_inferenceId = std::forward<InferenceIdT>(value);
42 template <
typename InferenceIdT = Aws::String>
54 template <
typename OutputLocationT = Aws::String>
56 m_outputLocationHasBeenSet =
true;
57 m_outputLocation = std::forward<OutputLocationT>(value);
59 template <
typename OutputLocationT = Aws::String>
71 template <
typename FailureLocationT = Aws::String>
73 m_failureLocationHasBeenSet =
true;
74 m_failureLocation = std::forward<FailureLocationT>(value);
76 template <
typename FailureLocationT = Aws::String>
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
108 bool m_inferenceIdHasBeenSet =
false;
109 bool m_outputLocationHasBeenSet =
false;
110 bool m_failureLocationHasBeenSet =
false;
111 bool m_requestIdHasBeenSet =
false;
void SetInferenceId(InferenceIdT &&value)
InvokeEndpointAsyncResult & WithInferenceId(InferenceIdT &&value)
AWS_SAGEMAKERRUNTIME_API InvokeEndpointAsyncResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
InvokeEndpointAsyncResult & WithOutputLocation(OutputLocationT &&value)
void SetFailureLocation(FailureLocationT &&value)
const Aws::String & GetInferenceId() const
const Aws::String & GetOutputLocation() const
AWS_SAGEMAKERRUNTIME_API InvokeEndpointAsyncResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
InvokeEndpointAsyncResult & WithRequestId(RequestIdT &&value)
AWS_SAGEMAKERRUNTIME_API InvokeEndpointAsyncResult()=default
InvokeEndpointAsyncResult & WithFailureLocation(FailureLocationT &&value)
void SetOutputLocation(OutputLocationT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetFailureLocation() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue