7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker-runtime/SageMakerRuntime_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace SageMakerRuntime {
36 template <
typename InferenceIdT = Aws::String>
38 m_inferenceIdHasBeenSet =
true;
39 m_inferenceId = std::forward<InferenceIdT>(value);
41 template <
typename InferenceIdT = Aws::String>
53 template <
typename OutputLocationT = Aws::String>
55 m_outputLocationHasBeenSet =
true;
56 m_outputLocation = std::forward<OutputLocationT>(value);
58 template <
typename OutputLocationT = Aws::String>
70 template <
typename FailureLocationT = Aws::String>
72 m_failureLocationHasBeenSet =
true;
73 m_failureLocation = std::forward<FailureLocationT>(value);
75 template <
typename FailureLocationT = Aws::String>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
104 bool m_inferenceIdHasBeenSet =
false;
105 bool m_outputLocationHasBeenSet =
false;
106 bool m_failureLocationHasBeenSet =
false;
107 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