7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLiveRequest.h>
10#include <aws/medialive/MediaLive_EXPORTS.h>
41 template <
typename ChannelPlacementGroupIdT = Aws::String>
43 m_channelPlacementGroupIdHasBeenSet =
true;
44 m_channelPlacementGroupId = std::forward<ChannelPlacementGroupIdT>(value);
46 template <
typename ChannelPlacementGroupIdT = Aws::String>
59 template <
typename ClusterIdT = Aws::String>
61 m_clusterIdHasBeenSet =
true;
62 m_clusterId = std::forward<ClusterIdT>(value);
64 template <
typename ClusterIdT = Aws::String>
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
98 template <
typename NodesT = Aws::Vector<Aws::String>>
100 m_nodesHasBeenSet =
true;
101 m_nodes = std::forward<NodesT>(value);
103 template <
typename NodesT = Aws::Vector<Aws::String>>
105 SetNodes(std::forward<NodesT>(value));
108 template <
typename NodesT = Aws::String>
110 m_nodesHasBeenSet =
true;
111 m_nodes.emplace_back(std::forward<NodesT>(value));
123 bool m_channelPlacementGroupIdHasBeenSet =
false;
124 bool m_clusterIdHasBeenSet =
false;
125 bool m_nameHasBeenSet =
false;
126 bool m_nodesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector