22 namespace CloudWatchEvents
56 inline void SetEventPattern(
const char* value) { m_eventPatternHasBeenSet =
true; m_eventPattern.assign(value); }
91 inline void SetEvent(
const char* value) { m_eventHasBeenSet =
true; m_event.assign(value); }
110 bool m_eventPatternHasBeenSet;
112 bool m_eventHasBeenSet;
#define AWS_CLOUDWATCHEVENTS_API
TestEventPatternRequest & WithEventPattern(Aws::String &&value)
void SetEventPattern(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
const Aws::String & GetEvent() const
void SetEventPattern(const Aws::String &value)
TestEventPatternRequest & WithEventPattern(const char *value)
TestEventPatternRequest & WithEvent(Aws::String &&value)
void SetEvent(const char *value)
const Aws::String & GetEventPattern() const
TestEventPatternRequest & WithEvent(const Aws::String &value)
void SetEvent(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetEventPattern(Aws::String &&value)
TestEventPatternRequest & WithEventPattern(const Aws::String &value)
TestEventPatternRequest & WithEvent(const char *value)
void SetEvent(const Aws::String &value)
JSON (JavaScript Object Notation).