7#include <aws/internetmonitor/InternetMonitor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/internetmonitor/model/ClientLocation.h>
11#include <aws/internetmonitor/model/InternetEventType.h>
12#include <aws/internetmonitor/model/InternetEventStatus.h>
25namespace InternetMonitor
57 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
71 inline void SetEventArn(
const char* value) { m_eventArnHasBeenSet =
true; m_eventArn.assign(value); }
141 bool m_eventIdHasBeenSet =
false;
144 bool m_eventArnHasBeenSet =
false;
147 bool m_startedAtHasBeenSet =
false;
150 bool m_endedAtHasBeenSet =
false;
153 bool m_clientLocationHasBeenSet =
false;
156 bool m_eventTypeHasBeenSet =
false;
159 bool m_eventStatusHasBeenSet =
false;
void SetEventStatus(const InternetEventStatus &value)
InternetEventSummary & WithEventId(const char *value)
const Aws::String & GetEventId() const
InternetEventSummary & WithEndedAt(const Aws::Utils::DateTime &value)
void SetEventArn(Aws::String &&value)
bool EventArnHasBeenSet() const
bool EventTypeHasBeenSet() const
InternetEventSummary & WithClientLocation(ClientLocation &&value)
InternetEventSummary & WithEventId(Aws::String &&value)
InternetEventSummary & WithEventArn(Aws::String &&value)
InternetEventSummary & WithEventType(const InternetEventType &value)
bool StartedAtHasBeenSet() const
InternetEventSummary & WithEventStatus(InternetEventStatus &&value)
AWS_INTERNETMONITOR_API InternetEventSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetEndedAt() const
const InternetEventStatus & GetEventStatus() const
AWS_INTERNETMONITOR_API Aws::Utils::Json::JsonValue Jsonize() const
bool EventIdHasBeenSet() const
InternetEventSummary & WithEventStatus(const InternetEventStatus &value)
void SetEventId(const char *value)
bool EndedAtHasBeenSet() const
void SetEventId(const Aws::String &value)
void SetEndedAt(Aws::Utils::DateTime &&value)
InternetEventSummary & WithEventArn(const char *value)
AWS_INTERNETMONITOR_API InternetEventSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
InternetEventSummary & WithStartedAt(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetStartedAt() const
void SetEventId(Aws::String &&value)
InternetEventSummary & WithStartedAt(Aws::Utils::DateTime &&value)
void SetClientLocation(const ClientLocation &value)
void SetEndedAt(const Aws::Utils::DateTime &value)
void SetEventType(const InternetEventType &value)
const InternetEventType & GetEventType() const
void SetStartedAt(const Aws::Utils::DateTime &value)
void SetEventArn(const Aws::String &value)
void SetEventStatus(InternetEventStatus &&value)
void SetEventArn(const char *value)
AWS_INTERNETMONITOR_API InternetEventSummary()
InternetEventSummary & WithEventArn(const Aws::String &value)
const Aws::String & GetEventArn() const
bool ClientLocationHasBeenSet() const
InternetEventSummary & WithClientLocation(const ClientLocation &value)
void SetStartedAt(Aws::Utils::DateTime &&value)
bool EventStatusHasBeenSet() const
const ClientLocation & GetClientLocation() const
void SetEventType(InternetEventType &&value)
void SetClientLocation(ClientLocation &&value)
InternetEventSummary & WithEventId(const Aws::String &value)
InternetEventSummary & WithEventType(InternetEventType &&value)
InternetEventSummary & WithEndedAt(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue