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