7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename HumanLoopActivationConditionsT = Aws::String>
57 void SetHumanLoopActivationConditions(HumanLoopActivationConditionsT&& value) { m_humanLoopActivationConditionsHasBeenSet =
true; m_humanLoopActivationConditions = std::forward<HumanLoopActivationConditionsT>(value); }
58 template<
typename HumanLoopActivationConditionsT = Aws::String>
64 bool m_humanLoopActivationConditionsHasBeenSet =
false;
AWS_SAGEMAKER_API HumanLoopActivationConditionsConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API HumanLoopActivationConditionsConfig()=default
bool HumanLoopActivationConditionsHasBeenSet() const
AWS_SAGEMAKER_API HumanLoopActivationConditionsConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetHumanLoopActivationConditions() const
HumanLoopActivationConditionsConfig & WithHumanLoopActivationConditions(HumanLoopActivationConditionsT &&value)
void SetHumanLoopActivationConditions(HumanLoopActivationConditionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue