7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ApplicationSignals
48 template<
typename ExpressionT = Aws::String>
49 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
50 template<
typename ExpressionT = Aws::String>
56 bool m_expressionHasBeenSet =
false;
AWS_APPLICATIONSIGNALS_API RecurrenceRule(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetExpression() const
AWS_APPLICATIONSIGNALS_API RecurrenceRule()=default
AWS_APPLICATIONSIGNALS_API RecurrenceRule & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetExpression(ExpressionT &&value)
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ExpressionHasBeenSet() const
RecurrenceRule & WithExpression(ExpressionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue