7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/events/CloudWatchEventsRequest.h>
9#include <aws/events/CloudWatchEvents_EXPORTS.h>
14namespace CloudWatchEvents {
41 template <
typename EventPatternT = Aws::String>
43 m_eventPatternHasBeenSet =
true;
44 m_eventPattern = std::forward<EventPatternT>(value);
46 template <
typename EventPatternT = Aws::String>
66 template <
typename EventT = Aws::String>
68 m_eventHasBeenSet =
true;
69 m_event = std::forward<EventT>(value);
71 template <
typename EventT = Aws::String>
73 SetEvent(std::forward<EventT>(value));
81 bool m_eventPatternHasBeenSet =
false;
82 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