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/NodeConnectionState.h>
11#include <aws/medialive/model/NodeInterfaceMapping.h>
12#include <aws/medialive/model/NodeRole.h>
13#include <aws/medialive/model/NodeState.h>
14#include <aws/medialive/model/SdiSourceMapping.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
63 template <
typename ChannelPlacementGroupsT = Aws::Vector<Aws::String>>
65 m_channelPlacementGroupsHasBeenSet =
true;
66 m_channelPlacementGroups = std::forward<ChannelPlacementGroupsT>(value);
68 template <
typename ChannelPlacementGroupsT = Aws::Vector<Aws::String>>
73 template <
typename ChannelPlacementGroupsT = Aws::String>
75 m_channelPlacementGroupsHasBeenSet =
true;
76 m_channelPlacementGroups.emplace_back(std::forward<ChannelPlacementGroupsT>(value));
86 template <
typename ClusterIdT = Aws::String>
88 m_clusterIdHasBeenSet =
true;
89 m_clusterId = std::forward<ClusterIdT>(value);
91 template <
typename ClusterIdT = Aws::String>
104 m_connectionStateHasBeenSet =
true;
105 m_connectionState = value;
119 template <
typename IdT = Aws::String>
121 m_idHasBeenSet =
true;
122 m_id = std::forward<IdT>(value);
124 template <
typename IdT = Aws::String>
126 SetId(std::forward<IdT>(value));
136 template <
typename InstanceArnT = Aws::String>
138 m_instanceArnHasBeenSet =
true;
139 m_instanceArn = std::forward<InstanceArnT>(value);
141 template <
typename InstanceArnT = Aws::String>
153 template <
typename NameT = Aws::String>
155 m_nameHasBeenSet =
true;
156 m_name = std::forward<NameT>(value);
158 template <
typename NameT = Aws::String>
160 SetName(std::forward<NameT>(value));
170 template <
typename NodeInterfaceMappingsT = Aws::Vector<NodeInterfaceMapping>>
172 m_nodeInterfaceMappingsHasBeenSet =
true;
173 m_nodeInterfaceMappings = std::forward<NodeInterfaceMappingsT>(value);
175 template <
typename NodeInterfaceMappingsT = Aws::Vector<NodeInterfaceMapping>>
180 template <
typename NodeInterfaceMappingsT = NodeInterfaceMapping>
182 m_nodeInterfaceMappingsHasBeenSet =
true;
183 m_nodeInterfaceMappings.emplace_back(std::forward<NodeInterfaceMappingsT>(value));
196 m_roleHasBeenSet =
true;
211 m_stateHasBeenSet =
true;
226 template <
typename SdiSourceMappingsT = Aws::Vector<SdiSourceMapping>>
228 m_sdiSourceMappingsHasBeenSet =
true;
229 m_sdiSourceMappings = std::forward<SdiSourceMappingsT>(value);
231 template <
typename SdiSourceMappingsT = Aws::Vector<SdiSourceMapping>>
236 template <
typename SdiSourceMappingsT = SdiSourceMapping>
238 m_sdiSourceMappingsHasBeenSet =
true;
239 m_sdiSourceMappings.emplace_back(std::forward<SdiSourceMappingsT>(value));
247 template <
typename RequestIdT = Aws::String>
249 m_requestIdHasBeenSet =
true;
250 m_requestId = std::forward<RequestIdT>(value);
252 template <
typename RequestIdT = Aws::String>
282 bool m_arnHasBeenSet =
false;
283 bool m_channelPlacementGroupsHasBeenSet =
false;
284 bool m_clusterIdHasBeenSet =
false;
285 bool m_connectionStateHasBeenSet =
false;
286 bool m_idHasBeenSet =
false;
287 bool m_instanceArnHasBeenSet =
false;
288 bool m_nameHasBeenSet =
false;
289 bool m_nodeInterfaceMappingsHasBeenSet =
false;
290 bool m_roleHasBeenSet =
false;
291 bool m_stateHasBeenSet =
false;
292 bool m_sdiSourceMappingsHasBeenSet =
false;
293 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