7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/InputDestinationVpc.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/medialive/model/InputDestinationRoute.h>
51 template<
typename IpT = Aws::String>
52 void SetIp(IpT&& value) { m_ipHasBeenSet =
true; m_ip = std::forward<IpT>(value); }
53 template<
typename IpT = Aws::String>
63 template<
typename PortT = Aws::String>
64 void SetPort(PortT&& value) { m_portHasBeenSet =
true; m_port = std::forward<PortT>(value); }
65 template<
typename PortT = Aws::String>
76 template<
typename UrlT = Aws::String>
77 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
78 template<
typename UrlT = Aws::String>
86 template<
typename VpcT = InputDestinationVpc>
87 void SetVpc(VpcT&& value) { m_vpcHasBeenSet =
true; m_vpc = std::forward<VpcT>(value); }
88 template<
typename VpcT = InputDestinationVpc>
98 template<
typename NetworkT = Aws::String>
99 void SetNetwork(NetworkT&& value) { m_networkHasBeenSet =
true; m_network = std::forward<NetworkT>(value); }
100 template<
typename NetworkT = Aws::String>
112 template<
typename NetworkRoutesT = Aws::Vector<InputDestinationRoute>>
113 void SetNetworkRoutes(NetworkRoutesT&& value) { m_networkRoutesHasBeenSet =
true; m_networkRoutes = std::forward<NetworkRoutesT>(value); }
114 template<
typename NetworkRoutesT = Aws::Vector<InputDestinationRoute>>
116 template<
typename NetworkRoutesT = InputDestinationRoute>
117 InputDestination&
AddNetworkRoutes(NetworkRoutesT&& value) { m_networkRoutesHasBeenSet =
true; m_networkRoutes.emplace_back(std::forward<NetworkRoutesT>(value));
return *
this; }
122 bool m_ipHasBeenSet =
false;
125 bool m_portHasBeenSet =
false;
128 bool m_urlHasBeenSet =
false;
131 bool m_vpcHasBeenSet =
false;
134 bool m_networkHasBeenSet =
false;
137 bool m_networkRoutesHasBeenSet =
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