7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ExpressionT = Aws::String>
50 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
51 template<
typename ExpressionT = Aws::String>
57 bool m_expressionHasBeenSet =
false;
AWS_IOTANALYTICS_API Schedule(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API Schedule & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API Schedule()=default
const Aws::String & GetExpression() const
Schedule & WithExpression(ExpressionT &&value)
bool ExpressionHasBeenSet() const
void SetExpression(ExpressionT &&value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue