7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
9#include <aws/mediaconnect/model/Protocol.h>
20namespace MediaConnect {
42 template <
typename IpAddressT = Aws::String>
44 m_ipAddressHasBeenSet =
true;
45 m_ipAddress = std::forward<IpAddressT>(value);
47 template <
typename IpAddressT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename NetworkNameT = Aws::String>
80 m_networkNameHasBeenSet =
true;
81 m_networkName = std::forward<NetworkNameT>(value);
83 template <
typename NetworkNameT = Aws::String>
94 inline int GetPort()
const {
return m_port; }
97 m_portHasBeenSet =
true;
115 m_protocolHasBeenSet =
true;
128 inline int GetTtl()
const {
return m_ttl; }
131 m_ttlHasBeenSet =
true;
151 bool m_ipAddressHasBeenSet =
false;
152 bool m_nameHasBeenSet =
false;
153 bool m_networkNameHasBeenSet =
false;
154 bool m_portHasBeenSet =
false;
155 bool m_protocolHasBeenSet =
false;
156 bool m_ttlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue