7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename SchedulingExpressionT = Aws::String>
55 void SetSchedulingExpression(SchedulingExpressionT&& value) { m_schedulingExpressionHasBeenSet =
true; m_schedulingExpression = std::forward<SchedulingExpressionT>(value); }
56 template<
typename SchedulingExpressionT = Aws::String>
62 bool m_schedulingExpressionHasBeenSet =
false;
AWS_PERSONALIZE_API AutoTrainingConfig()=default
AutoTrainingConfig & WithSchedulingExpression(SchedulingExpressionT &&value)
AWS_PERSONALIZE_API AutoTrainingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PERSONALIZE_API AutoTrainingConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSchedulingExpression() const
bool SchedulingExpressionHasBeenSet() const
void SetSchedulingExpression(SchedulingExpressionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue