7#include <aws/sagemaker-runtime/SageMakerRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace SageMakerRuntime
42 template<
typename InferenceIdT = Aws::String>
43 void SetInferenceId(InferenceIdT&& value) { m_inferenceIdHasBeenSet =
true; m_inferenceId = std::forward<InferenceIdT>(value); }
44 template<
typename InferenceIdT = Aws::String>
53 template<
typename OutputLocationT = Aws::String>
54 void SetOutputLocation(OutputLocationT&& value) { m_outputLocationHasBeenSet =
true; m_outputLocation = std::forward<OutputLocationT>(value); }
55 template<
typename OutputLocationT = Aws::String>
64 template<
typename FailureLocationT = Aws::String>
65 void SetFailureLocation(FailureLocationT&& value) { m_failureLocationHasBeenSet =
true; m_failureLocation = std::forward<FailureLocationT>(value); }
66 template<
typename FailureLocationT = Aws::String>
73 template<
typename RequestIdT = Aws::String>
74 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
75 template<
typename RequestIdT = Aws::String>
81 bool m_inferenceIdHasBeenSet =
false;
84 bool m_outputLocationHasBeenSet =
false;
87 bool m_failureLocationHasBeenSet =
false;
90 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
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue