7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eventbridge/EventBridgeRequest.h>
9#include <aws/eventbridge/EventBridge_EXPORTS.h>
14namespace EventBridge {
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;
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