7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/ChannelAlert.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
41 template <
typename AlertsT = Aws::Vector<ChannelAlert>>
43 m_alertsHasBeenSet =
true;
44 m_alerts = std::forward<AlertsT>(value);
46 template <
typename AlertsT = Aws::Vector<ChannelAlert>>
51 template <
typename AlertsT = ChannelAlert>
53 m_alertsHasBeenSet =
true;
54 m_alerts.emplace_back(std::forward<AlertsT>(value));
64 template <
typename NextTokenT = Aws::String>
66 m_nextTokenHasBeenSet =
true;
67 m_nextToken = std::forward<NextTokenT>(value);
69 template <
typename NextTokenT = Aws::String>
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
96 bool m_alertsHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
98 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue