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/InputRequestDestinationRoute.h>
43 template <
typename StreamNameT = Aws::String>
45 m_streamNameHasBeenSet =
true;
46 m_streamName = std::forward<StreamNameT>(value);
48 template <
typename StreamNameT = Aws::String>
62 template <
typename NetworkT = Aws::String>
64 m_networkHasBeenSet =
true;
65 m_network = std::forward<NetworkT>(value);
67 template <
typename NetworkT = Aws::String>
82 template <
typename NetworkRoutesT = Aws::Vector<InputRequestDestinationRoute>>
84 m_networkRoutesHasBeenSet =
true;
85 m_networkRoutes = std::forward<NetworkRoutesT>(value);
87 template <
typename NetworkRoutesT = Aws::Vector<InputRequestDestinationRoute>>
92 template <
typename NetworkRoutesT = InputRequestDestinationRoute>
94 m_networkRoutesHasBeenSet =
true;
95 m_networkRoutes.emplace_back(std::forward<NetworkRoutesT>(value));
108 template <
typename StaticIpAddressT = Aws::String>
110 m_staticIpAddressHasBeenSet =
true;
111 m_staticIpAddress = std::forward<StaticIpAddressT>(value);
113 template <
typename StaticIpAddressT = Aws::String>
127 bool m_streamNameHasBeenSet =
false;
128 bool m_networkHasBeenSet =
false;
129 bool m_networkRoutesHasBeenSet =
false;
130 bool m_staticIpAddressHasBeenSet =
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