7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconnect/model/Protocol.h>
48 template<
typename IpAddressT = Aws::String>
49 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
50 template<
typename IpAddressT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename NetworkNameT = Aws::String>
73 void SetNetworkName(NetworkNameT&& value) { m_networkNameHasBeenSet =
true; m_networkName = std::forward<NetworkNameT>(value); }
74 template<
typename NetworkNameT = Aws::String>
82 inline int GetPort()
const {
return m_port; }
84 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
104 inline int GetTtl()
const {
return m_ttl; }
106 inline void SetTtl(
int value) { m_ttlHasBeenSet =
true; m_ttl = value; }
112 bool m_ipAddressHasBeenSet =
false;
115 bool m_nameHasBeenSet =
false;
118 bool m_networkNameHasBeenSet =
false;
121 bool m_portHasBeenSet =
false;
124 bool m_protocolHasBeenSet =
false;
127 bool m_ttlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue