7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename ScheduleExpressionT = Aws::String>
62 void SetScheduleExpression(ScheduleExpressionT&& value) { m_scheduleExpressionHasBeenSet =
true; m_scheduleExpression = std::forward<ScheduleExpressionT>(value); }
63 template<
typename ScheduleExpressionT = Aws::String>
75 inline void SetDurationInSeconds(
int value) { m_durationInSecondsHasBeenSet =
true; m_durationInSeconds = value; }
81 bool m_scheduleExpressionHasBeenSet =
false;
83 int m_durationInSeconds{0};
84 bool m_durationInSecondsHasBeenSet =
false;
void SetDurationInSeconds(int value)
bool DurationInSecondsHasBeenSet() const
bool ScheduleExpressionHasBeenSet() const
ScheduleConfig & WithDurationInSeconds(int value)
int GetDurationInSeconds() const
void SetScheduleExpression(ScheduleExpressionT &&value)
AWS_KINESISVIDEO_API ScheduleConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISVIDEO_API ScheduleConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISVIDEO_API ScheduleConfig()=default
const Aws::String & GetScheduleExpression() const
ScheduleConfig & WithScheduleExpression(ScheduleExpressionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue