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