7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
19namespace KinesisVideo {
55 template <
typename ScheduleExpressionT = Aws::String>
57 m_scheduleExpressionHasBeenSet =
true;
58 m_scheduleExpression = std::forward<ScheduleExpressionT>(value);
60 template <
typename ScheduleExpressionT = Aws::String>
76 m_durationInSecondsHasBeenSet =
true;
77 m_durationInSeconds = value;
87 int m_durationInSeconds{0};
88 bool m_scheduleExpressionHasBeenSet =
false;
89 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