7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/ssm-incidents/model/EventReference.h>
52 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
93 inline void SetEventType(
const char* value) { m_eventTypeHasBeenSet =
true; m_eventType.assign(value); }
120 inline void SetIncidentRecordArn(
const char* value) { m_incidentRecordArnHasBeenSet =
true; m_incidentRecordArn.assign(value); }
128 bool m_eventIdHasBeenSet =
false;
131 bool m_eventReferencesHasBeenSet =
false;
134 bool m_eventTimeHasBeenSet =
false;
137 bool m_eventTypeHasBeenSet =
false;
140 bool m_eventUpdatedTimeHasBeenSet =
false;
143 bool m_incidentRecordArnHasBeenSet =
false;
void SetIncidentRecordArn(Aws::String &&value)
const Aws::String & GetEventId() const
const Aws::Utils::DateTime & GetEventUpdatedTime() const
bool EventIdHasBeenSet() const
AWS_SSMINCIDENTS_API EventSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSMINCIDENTS_API EventSummary()
const Aws::String & GetEventType() const
AWS_SSMINCIDENTS_API EventSummary(Aws::Utils::Json::JsonView jsonValue)
bool EventTimeHasBeenSet() const
EventSummary & WithEventTime(Aws::Utils::DateTime &&value)
EventSummary & WithEventTime(const Aws::Utils::DateTime &value)
bool IncidentRecordArnHasBeenSet() const
void SetEventType(const char *value)
void SetEventId(Aws::String &&value)
void SetEventType(Aws::String &&value)
void SetEventId(const char *value)
EventSummary & WithEventUpdatedTime(Aws::Utils::DateTime &&value)
void SetIncidentRecordArn(const Aws::String &value)
EventSummary & WithEventUpdatedTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetEventTime() const
void SetIncidentRecordArn(const char *value)
bool EventTypeHasBeenSet() const
AWS_SSMINCIDENTS_API Aws::Utils::Json::JsonValue Jsonize() const
EventSummary & AddEventReferences(EventReference &&value)
EventSummary & WithEventId(const char *value)
EventSummary & WithEventType(Aws::String &&value)
bool EventReferencesHasBeenSet() const
EventSummary & WithEventId(const Aws::String &value)
const Aws::String & GetIncidentRecordArn() const
const Aws::Vector< EventReference > & GetEventReferences() const
void SetEventReferences(Aws::Vector< EventReference > &&value)
bool EventUpdatedTimeHasBeenSet() const
EventSummary & WithEventReferences(Aws::Vector< EventReference > &&value)
void SetEventTime(const Aws::Utils::DateTime &value)
void SetEventUpdatedTime(Aws::Utils::DateTime &&value)
EventSummary & AddEventReferences(const EventReference &value)
EventSummary & WithEventId(Aws::String &&value)
EventSummary & WithIncidentRecordArn(const char *value)
void SetEventId(const Aws::String &value)
void SetEventUpdatedTime(const Aws::Utils::DateTime &value)
EventSummary & WithIncidentRecordArn(const Aws::String &value)
EventSummary & WithEventType(const char *value)
EventSummary & WithIncidentRecordArn(Aws::String &&value)
void SetEventType(const Aws::String &value)
void SetEventTime(Aws::Utils::DateTime &&value)
void SetEventReferences(const Aws::Vector< EventReference > &value)
EventSummary & WithEventReferences(const Aws::Vector< EventReference > &value)
EventSummary & WithEventType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue