29 namespace CloudWatchEvents
64 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
79 inline Rule&
WithName(
const char* value) { SetName(value);
return *
this;}
99 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
114 inline Rule&
WithArn(
const char* value) { SetArn(value);
return *
this;}
134 inline void SetEventPattern(
const char* value) { m_eventPatternHasBeenSet =
true; m_eventPattern.assign(value); }
194 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
233 inline void SetScheduleExpression(
const char* value) { m_scheduleExpressionHasBeenSet =
true; m_scheduleExpression.assign(value); }
275 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
297 bool m_nameHasBeenSet;
299 bool m_arnHasBeenSet;
301 bool m_eventPatternHasBeenSet;
303 bool m_stateHasBeenSet;
305 bool m_descriptionHasBeenSet;
307 bool m_scheduleExpressionHasBeenSet;
309 bool m_roleArnHasBeenSet;
#define AWS_CLOUDWATCHEVENTS_API
const Aws::String & GetArn() const
Rule & WithArn(const Aws::String &value)
Rule & WithScheduleExpression(const Aws::String &value)
void SetState(const RuleState &value)
Rule & WithState(RuleState &&value)
void SetRoleArn(const char *value)
const Aws::String & GetName() const
const Aws::String & GetRoleArn() const
Rule & WithEventPattern(const Aws::String &value)
void SetArn(Aws::String &&value)
Rule & WithEventPattern(const char *value)
Rule & WithDescription(const Aws::String &value)
Rule & WithName(const Aws::String &value)
const Aws::String & GetEventPattern() const
void SetArn(const Aws::String &value)
void SetName(const Aws::String &value)
const Aws::String & GetDescription() const
Rule & WithName(Aws::String &&value)
const Aws::String & GetScheduleExpression() const
void SetArn(const char *value)
Rule & WithRoleArn(Aws::String &&value)
Rule & WithState(const RuleState &value)
Rule & WithRoleArn(const Aws::String &value)
void SetRoleArn(const Aws::String &value)
Rule & WithArn(Aws::String &&value)
void SetRoleArn(Aws::String &&value)
void SetDescription(const Aws::String &value)
Rule & WithScheduleExpression(const char *value)
void SetScheduleExpression(const char *value)
Rule & WithEventPattern(Aws::String &&value)
void SetState(RuleState &&value)
const RuleState & GetState() const
Rule & WithArn(const char *value)
void SetDescription(const char *value)
void SetScheduleExpression(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetEventPattern(const Aws::String &value)
void SetDescription(Aws::String &&value)
Rule & WithDescription(Aws::String &&value)
Rule & WithRoleArn(const char *value)
Rule & WithScheduleExpression(Aws::String &&value)
void SetScheduleExpression(Aws::String &&value)
void SetName(const char *value)
void SetName(Aws::String &&value)
Rule & WithName(const char *value)
void SetEventPattern(Aws::String &&value)
Rule & WithDescription(const char *value)
void SetEventPattern(const char *value)
JSON (JavaScript Object Notation).