7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/ChannelAlertState.h>
42 template <
typename AlertTypeT = Aws::String>
44 m_alertTypeHasBeenSet =
true;
45 m_alertType = std::forward<AlertTypeT>(value);
47 template <
typename AlertTypeT = Aws::String>
60 template <
typename ClearedTimestampT = Aws::Utils::DateTime>
62 m_clearedTimestampHasBeenSet =
true;
63 m_clearedTimestamp = std::forward<ClearedTimestampT>(value);
65 template <
typename ClearedTimestampT = Aws::Utils::DateTime>
78 template <
typename IdT = Aws::String>
80 m_idHasBeenSet =
true;
81 m_id = std::forward<IdT>(value);
83 template <
typename IdT = Aws::String>
85 SetId(std::forward<IdT>(value));
96 template <
typename MessageT = Aws::String>
98 m_messageHasBeenSet =
true;
99 m_message = std::forward<MessageT>(value);
101 template <
typename MessageT = Aws::String>
114 template <
typename PipelineIdT = Aws::String>
116 m_pipelineIdHasBeenSet =
true;
117 m_pipelineId = std::forward<PipelineIdT>(value);
119 template <
typename PipelineIdT = Aws::String>
132 template <
typename SetTimestampT = Aws::Utils::DateTime>
134 m_setTimestampHasBeenSet =
true;
135 m_setTimestamp = std::forward<SetTimestampT>(value);
137 template <
typename SetTimestampT = Aws::Utils::DateTime>
151 m_stateHasBeenSet =
true;
173 bool m_alertTypeHasBeenSet =
false;
174 bool m_clearedTimestampHasBeenSet =
false;
175 bool m_idHasBeenSet =
false;
176 bool m_messageHasBeenSet =
false;
177 bool m_pipelineIdHasBeenSet =
false;
178 bool m_setTimestampHasBeenSet =
false;
179 bool m_stateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue