/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A significant event that happened during the incident. See
* Also:
AWS
* API Reference
A short description of the event.
*/ inline const Aws::String& GetEventData() const{ return m_eventData; } /** *A short description of the event.
*/ inline bool EventDataHasBeenSet() const { return m_eventDataHasBeenSet; } /** *A short description of the event.
*/ inline void SetEventData(const Aws::String& value) { m_eventDataHasBeenSet = true; m_eventData = value; } /** *A short description of the event.
*/ inline void SetEventData(Aws::String&& value) { m_eventDataHasBeenSet = true; m_eventData = std::move(value); } /** *A short description of the event.
*/ inline void SetEventData(const char* value) { m_eventDataHasBeenSet = true; m_eventData.assign(value); } /** *A short description of the event.
*/ inline TimelineEvent& WithEventData(const Aws::String& value) { SetEventData(value); return *this;} /** *A short description of the event.
*/ inline TimelineEvent& WithEventData(Aws::String&& value) { SetEventData(std::move(value)); return *this;} /** *A short description of the event.
*/ inline TimelineEvent& WithEventData(const char* value) { SetEventData(value); return *this;} /** *The ID of the timeline event.
*/ inline const Aws::String& GetEventId() const{ return m_eventId; } /** *The ID of the timeline event.
*/ inline bool EventIdHasBeenSet() const { return m_eventIdHasBeenSet; } /** *The ID of the timeline event.
*/ inline void SetEventId(const Aws::String& value) { m_eventIdHasBeenSet = true; m_eventId = value; } /** *The ID of the timeline event.
*/ inline void SetEventId(Aws::String&& value) { m_eventIdHasBeenSet = true; m_eventId = std::move(value); } /** *The ID of the timeline event.
*/ inline void SetEventId(const char* value) { m_eventIdHasBeenSet = true; m_eventId.assign(value); } /** *The ID of the timeline event.
*/ inline TimelineEvent& WithEventId(const Aws::String& value) { SetEventId(value); return *this;} /** *The ID of the timeline event.
*/ inline TimelineEvent& WithEventId(Aws::String&& value) { SetEventId(std::move(value)); return *this;} /** *The ID of the timeline event.
*/ inline TimelineEvent& WithEventId(const char* value) { SetEventId(value); return *this;} /** *A list of references in a TimelineEvent
.
A list of references in a TimelineEvent
.
A list of references in a TimelineEvent
.
A list of references in a TimelineEvent
.
A list of references in a TimelineEvent
.
A list of references in a TimelineEvent
.
A list of references in a TimelineEvent
.
A list of references in a TimelineEvent
.
The time that the event occurred.
*/ inline const Aws::Utils::DateTime& GetEventTime() const{ return m_eventTime; } /** *The time that the event occurred.
*/ inline bool EventTimeHasBeenSet() const { return m_eventTimeHasBeenSet; } /** *The time that the event occurred.
*/ inline void SetEventTime(const Aws::Utils::DateTime& value) { m_eventTimeHasBeenSet = true; m_eventTime = value; } /** *The time that the event occurred.
*/ inline void SetEventTime(Aws::Utils::DateTime&& value) { m_eventTimeHasBeenSet = true; m_eventTime = std::move(value); } /** *The time that the event occurred.
*/ inline TimelineEvent& WithEventTime(const Aws::Utils::DateTime& value) { SetEventTime(value); return *this;} /** *The time that the event occurred.
*/ inline TimelineEvent& WithEventTime(Aws::Utils::DateTime&& value) { SetEventTime(std::move(value)); return *this;} /** *The type of event that occurred. Currently Incident Manager supports only the
* Custom Event
type.
The type of event that occurred. Currently Incident Manager supports only the
* Custom Event
type.
The type of event that occurred. Currently Incident Manager supports only the
* Custom Event
type.
The type of event that occurred. Currently Incident Manager supports only the
* Custom Event
type.
The type of event that occurred. Currently Incident Manager supports only the
* Custom Event
type.
The type of event that occurred. Currently Incident Manager supports only the
* Custom Event
type.
The type of event that occurred. Currently Incident Manager supports only the
* Custom Event
type.
The type of event that occurred. Currently Incident Manager supports only the
* Custom Event
type.
The time that the timeline event was last updated.
*/ inline const Aws::Utils::DateTime& GetEventUpdatedTime() const{ return m_eventUpdatedTime; } /** *The time that the timeline event was last updated.
*/ inline bool EventUpdatedTimeHasBeenSet() const { return m_eventUpdatedTimeHasBeenSet; } /** *The time that the timeline event was last updated.
*/ inline void SetEventUpdatedTime(const Aws::Utils::DateTime& value) { m_eventUpdatedTimeHasBeenSet = true; m_eventUpdatedTime = value; } /** *The time that the timeline event was last updated.
*/ inline void SetEventUpdatedTime(Aws::Utils::DateTime&& value) { m_eventUpdatedTimeHasBeenSet = true; m_eventUpdatedTime = std::move(value); } /** *The time that the timeline event was last updated.
*/ inline TimelineEvent& WithEventUpdatedTime(const Aws::Utils::DateTime& value) { SetEventUpdatedTime(value); return *this;} /** *The time that the timeline event was last updated.
*/ inline TimelineEvent& WithEventUpdatedTime(Aws::Utils::DateTime&& value) { SetEventUpdatedTime(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the incident that the event occurred * during.
*/ inline const Aws::String& GetIncidentRecordArn() const{ return m_incidentRecordArn; } /** *The Amazon Resource Name (ARN) of the incident that the event occurred * during.
*/ inline bool IncidentRecordArnHasBeenSet() const { return m_incidentRecordArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the incident that the event occurred * during.
*/ inline void SetIncidentRecordArn(const Aws::String& value) { m_incidentRecordArnHasBeenSet = true; m_incidentRecordArn = value; } /** *The Amazon Resource Name (ARN) of the incident that the event occurred * during.
*/ inline void SetIncidentRecordArn(Aws::String&& value) { m_incidentRecordArnHasBeenSet = true; m_incidentRecordArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the incident that the event occurred * during.
*/ inline void SetIncidentRecordArn(const char* value) { m_incidentRecordArnHasBeenSet = true; m_incidentRecordArn.assign(value); } /** *The Amazon Resource Name (ARN) of the incident that the event occurred * during.
*/ inline TimelineEvent& WithIncidentRecordArn(const Aws::String& value) { SetIncidentRecordArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the incident that the event occurred * during.
*/ inline TimelineEvent& WithIncidentRecordArn(Aws::String&& value) { SetIncidentRecordArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the incident that the event occurred * during.
*/ inline TimelineEvent& WithIncidentRecordArn(const char* value) { SetIncidentRecordArn(value); return *this;} private: Aws::String m_eventData; bool m_eventDataHasBeenSet = false; Aws::String m_eventId; bool m_eventIdHasBeenSet = false; Aws::Vector