7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/medialive/model/InputRequestDestinationRoute.h>
49 template<
typename StreamNameT = Aws::String>
50 void SetStreamName(StreamNameT&& value) { m_streamNameHasBeenSet =
true; m_streamName = std::forward<StreamNameT>(value); }
51 template<
typename StreamNameT = Aws::String>
62 template<
typename NetworkT = Aws::String>
63 void SetNetwork(NetworkT&& value) { m_networkHasBeenSet =
true; m_network = std::forward<NetworkT>(value); }
64 template<
typename NetworkT = Aws::String>
76 template<
typename NetworkRoutesT = Aws::Vector<InputRequestDestinationRoute>>
77 void SetNetworkRoutes(NetworkRoutesT&& value) { m_networkRoutesHasBeenSet =
true; m_networkRoutes = std::forward<NetworkRoutesT>(value); }
78 template<
typename NetworkRoutesT = Aws::Vector<InputRequestDestinationRoute>>
80 template<
typename NetworkRoutesT = InputRequestDestinationRoute>
92 template<
typename StaticIpAddressT = Aws::String>
93 void SetStaticIpAddress(StaticIpAddressT&& value) { m_staticIpAddressHasBeenSet =
true; m_staticIpAddress = std::forward<StaticIpAddressT>(value); }
94 template<
typename StaticIpAddressT = Aws::String>
100 bool m_streamNameHasBeenSet =
false;
103 bool m_networkHasBeenSet =
false;
106 bool m_networkRoutesHasBeenSet =
false;
109 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