7#include <aws/sagemaker-a2i-runtime/AugmentedAIRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace AugmentedAIRuntime
40 template<
typename HumanLoopArnT = Aws::String>
41 void SetHumanLoopArn(HumanLoopArnT&& value) { m_humanLoopArnHasBeenSet =
true; m_humanLoopArn = std::forward<HumanLoopArnT>(value); }
42 template<
typename HumanLoopArnT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_humanLoopArnHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetHumanLoopArn(HumanLoopArnT &&value)
StartHumanLoopResult & WithHumanLoopArn(HumanLoopArnT &&value)
AWS_AUGMENTEDAIRUNTIME_API StartHumanLoopResult()=default
AWS_AUGMENTEDAIRUNTIME_API StartHumanLoopResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetHumanLoopArn() const
StartHumanLoopResult & WithRequestId(RequestIdT &&value)
AWS_AUGMENTEDAIRUNTIME_API StartHumanLoopResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue