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/ClusterAlertState.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 ChannelIdT = Aws::String>
62 m_channelIdHasBeenSet =
true;
63 m_channelId = std::forward<ChannelIdT>(value);
65 template <
typename ChannelIdT = Aws::String>
78 template <
typename ClearedTimestampT = Aws::Utils::DateTime>
80 m_clearedTimestampHasBeenSet =
true;
81 m_clearedTimestamp = std::forward<ClearedTimestampT>(value);
83 template <
typename ClearedTimestampT = Aws::Utils::DateTime>
96 template <
typename IdT = Aws::String>
98 m_idHasBeenSet =
true;
99 m_id = std::forward<IdT>(value);
101 template <
typename IdT = Aws::String>
103 SetId(std::forward<IdT>(value));
114 template <
typename MessageT = Aws::String>
116 m_messageHasBeenSet =
true;
117 m_message = std::forward<MessageT>(value);
119 template <
typename MessageT = Aws::String>
132 template <
typename NodeIdT = Aws::String>
134 m_nodeIdHasBeenSet =
true;
135 m_nodeId = std::forward<NodeIdT>(value);
137 template <
typename NodeIdT = Aws::String>
150 template <
typename SetTimestampT = Aws::Utils::DateTime>
152 m_setTimestampHasBeenSet =
true;
153 m_setTimestamp = std::forward<SetTimestampT>(value);
155 template <
typename SetTimestampT = Aws::Utils::DateTime>
169 m_stateHasBeenSet =
true;
193 bool m_alertTypeHasBeenSet =
false;
194 bool m_channelIdHasBeenSet =
false;
195 bool m_clearedTimestampHasBeenSet =
false;
196 bool m_idHasBeenSet =
false;
197 bool m_messageHasBeenSet =
false;
198 bool m_nodeIdHasBeenSet =
false;
199 bool m_setTimestampHasBeenSet =
false;
200 bool m_stateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue