7#include <aws/internetmonitor/InternetMonitor_EXPORTS.h>
8#include <aws/internetmonitor/InternetMonitorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace InternetMonitor
44 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
52 bool m_eventIdHasBeenSet =
false;
bool EventIdHasBeenSet() const
const Aws::String & GetEventId() const
GetInternetEventRequest & WithEventId(Aws::String &&value)
void SetEventId(const char *value)
GetInternetEventRequest & WithEventId(const Aws::String &value)
void SetEventId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetEventId(Aws::String &&value)
GetInternetEventRequest & WithEventId(const char *value)
AWS_INTERNETMONITOR_API GetInternetEventRequest()
AWS_INTERNETMONITOR_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String