7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/eventbridge/EventBridgeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
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;
TestEventPatternRequest & WithEvent(EventT &&value)
AWS_EVENTBRIDGE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetEventPattern() const
AWS_EVENTBRIDGE_API TestEventPatternRequest()=default
virtual const char * GetServiceRequestName() const override
bool EventPatternHasBeenSet() const
bool EventHasBeenSet() const
void SetEvent(EventT &&value)
TestEventPatternRequest & WithEventPattern(EventPatternT &&value)
const Aws::String & GetEvent() const
void SetEventPattern(EventPatternT &&value)
AWS_EVENTBRIDGE_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String