7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/personalize/Personalize_EXPORTS.h>
19namespace Personalize {
48 template <
typename SchedulingExpressionT = Aws::String>
50 m_schedulingExpressionHasBeenSet =
true;
51 m_schedulingExpression = std::forward<SchedulingExpressionT>(value);
53 template <
typename SchedulingExpressionT = Aws::String>
61 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