7#include <aws/internetmonitor/InternetMonitor_EXPORTS.h>
8#include <aws/internetmonitor/InternetMonitorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace InternetMonitor
47 template<
typename MonitorNameT = Aws::String>
48 void SetMonitorName(MonitorNameT&& value) { m_monitorNameHasBeenSet =
true; m_monitorName = std::forward<MonitorNameT>(value); }
49 template<
typename MonitorNameT = Aws::String>
61 template<
typename EventIdT = Aws::String>
62 void SetEventId(EventIdT&& value) { m_eventIdHasBeenSet =
true; m_eventId = std::forward<EventIdT>(value); }
63 template<
typename EventIdT = Aws::String>
78 template<
typename LinkedAccountIdT = Aws::String>
79 void SetLinkedAccountId(LinkedAccountIdT&& value) { m_linkedAccountIdHasBeenSet =
true; m_linkedAccountId = std::forward<LinkedAccountIdT>(value); }
80 template<
typename LinkedAccountIdT = Aws::String>
86 bool m_monitorNameHasBeenSet =
false;
89 bool m_eventIdHasBeenSet =
false;
92 bool m_linkedAccountIdHasBeenSet =
false;
AWS_INTERNETMONITOR_API Aws::String SerializePayload() const override
bool MonitorNameHasBeenSet() const
const Aws::String & GetMonitorName() const
void SetLinkedAccountId(LinkedAccountIdT &&value)
GetHealthEventRequest & WithLinkedAccountId(LinkedAccountIdT &&value)
GetHealthEventRequest & WithEventId(EventIdT &&value)
void SetMonitorName(MonitorNameT &&value)
bool LinkedAccountIdHasBeenSet() const
AWS_INTERNETMONITOR_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_INTERNETMONITOR_API GetHealthEventRequest()=default
virtual const char * GetServiceRequestName() const override
void SetEventId(EventIdT &&value)
GetHealthEventRequest & WithMonitorName(MonitorNameT &&value)
const Aws::String & GetEventId() const
const Aws::String & GetLinkedAccountId() const
bool EventIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String