7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconnect/model/Protocol.h>
47 template<
typename IpAddressT = Aws::String>
48 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
49 template<
typename IpAddressT = Aws::String>
59 template<
typename NetworkNameT = Aws::String>
60 void SetNetworkName(NetworkNameT&& value) { m_networkNameHasBeenSet =
true; m_networkName = std::forward<NetworkNameT>(value); }
61 template<
typename NetworkNameT = Aws::String>
69 inline int GetPort()
const {
return m_port; }
71 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
91 inline int GetTtl()
const {
return m_ttl; }
93 inline void SetTtl(
int value) { m_ttlHasBeenSet =
true; m_ttl = value; }
99 bool m_ipAddressHasBeenSet =
false;
102 bool m_networkNameHasBeenSet =
false;
105 bool m_portHasBeenSet =
false;
108 bool m_protocolHasBeenSet =
false;
111 bool m_ttlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue