7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
9#include <aws/mediaconnect/model/Interface.h>
20namespace MediaConnect {
43 template <
typename DestinationIpT = Aws::String>
45 m_destinationIpHasBeenSet =
true;
46 m_destinationIp = std::forward<DestinationIpT>(value);
48 template <
typename DestinationIpT = Aws::String>
63 m_destinationPortHasBeenSet =
true;
64 m_destinationPort = value;
79 template <
typename InterfaceT = Interface>
81 m_interfaceHasBeenSet =
true;
82 m_interface = std::forward<InterfaceT>(value);
84 template <
typename InterfaceT = Interface>
100 template <
typename OutboundIpT = Aws::String>
102 m_outboundIpHasBeenSet =
true;
103 m_outboundIp = std::forward<OutboundIpT>(value);
105 template <
typename OutboundIpT = Aws::String>
114 int m_destinationPort{0};
116 Interface m_interface;
119 bool m_destinationIpHasBeenSet =
false;
120 bool m_destinationPortHasBeenSet =
false;
121 bool m_interfaceHasBeenSet =
false;
122 bool m_outboundIpHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue