7#include <aws/events/CloudWatchEvents_EXPORTS.h>
8#include <aws/events/CloudWatchEventsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchEvents
47 inline void SetEventPattern(
const char* value) { m_eventPatternHasBeenSet =
true; m_eventPattern.assign(value); }
68 inline void SetEvent(
const char* value) { m_eventHasBeenSet =
true; m_event.assign(value); }
76 bool m_eventPatternHasBeenSet =
false;
79 bool m_eventHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
TestEventPatternRequest & WithEvent(const Aws::String &value)
const Aws::String & GetEvent() const
TestEventPatternRequest & WithEventPattern(const char *value)
void SetEventPattern(const Aws::String &value)
void SetEventPattern(Aws::String &&value)
void SetEvent(const Aws::String &value)
bool EventHasBeenSet() const
void SetEvent(Aws::String &&value)
bool EventPatternHasBeenSet() const
AWS_CLOUDWATCHEVENTS_API Aws::String SerializePayload() const override
AWS_CLOUDWATCHEVENTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CLOUDWATCHEVENTS_API TestEventPatternRequest()
TestEventPatternRequest & WithEvent(Aws::String &&value)
const Aws::String & GetEventPattern() const
void SetEvent(const char *value)
TestEventPatternRequest & WithEventPattern(const Aws::String &value)
void SetEventPattern(const char *value)
TestEventPatternRequest & WithEventPattern(Aws::String &&value)
TestEventPatternRequest & WithEvent(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String