7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
62 inline void SetExpression(
const char* value) { m_expressionHasBeenSet =
true; m_expression.assign(value); }
76 inline void SetDurationInSeconds(
long long value) { m_durationInSecondsHasBeenSet =
true; m_durationInSeconds = value; }
82 bool m_expressionHasBeenSet =
false;
84 long long m_durationInSeconds;
85 bool m_durationInSecondsHasBeenSet =
false;
AWS_SYNTHETICS_API CanaryScheduleOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
CanaryScheduleOutput & WithExpression(const char *value)
void SetDurationInSeconds(long long value)
long long GetDurationInSeconds() const
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExpression(const Aws::String &value)
void SetExpression(Aws::String &&value)
bool ExpressionHasBeenSet() const
bool DurationInSecondsHasBeenSet() const
void SetExpression(const char *value)
CanaryScheduleOutput & WithExpression(Aws::String &&value)
const Aws::String & GetExpression() const
CanaryScheduleOutput & WithDurationInSeconds(long long value)
AWS_SYNTHETICS_API CanaryScheduleOutput()
CanaryScheduleOutput & WithExpression(const Aws::String &value)
AWS_SYNTHETICS_API CanaryScheduleOutput(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue