7#include <aws/events/CloudWatchEvents_EXPORTS.h>
8#include <aws/events/CloudWatchEventsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchEvents
45 template<
typename EventPatternT = Aws::String>
46 void SetEventPattern(EventPatternT&& value) { m_eventPatternHasBeenSet =
true; m_eventPattern = std::forward<EventPatternT>(value); }
47 template<
typename EventPatternT = Aws::String>
64 template<
typename EventT = Aws::String>
65 void SetEvent(EventT&& value) { m_eventHasBeenSet =
true; m_event = std::forward<EventT>(value); }
66 template<
typename EventT = Aws::String>
72 bool m_eventPatternHasBeenSet =
false;
75 bool m_eventHasBeenSet =
false;
AWS_CLOUDWATCHEVENTS_API TestEventPatternRequest()=default
virtual const char * GetServiceRequestName() const override
TestEventPatternRequest & WithEventPattern(EventPatternT &&value)
const Aws::String & GetEvent() const
bool EventHasBeenSet() const
bool EventPatternHasBeenSet() const
AWS_CLOUDWATCHEVENTS_API Aws::String SerializePayload() const override
AWS_CLOUDWATCHEVENTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetEventPattern(EventPatternT &&value)
void SetEvent(EventT &&value)
const Aws::String & GetEventPattern() const
TestEventPatternRequest & WithEvent(EventT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String