7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconnect/model/Protocol.h>
50 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
64 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
78 inline void SetNetworkName(
const char* value) { m_networkNameHasBeenSet =
true; m_networkName.assign(value); }
88 inline int GetPort()
const{
return m_port; }
90 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
110 inline int GetTtl()
const{
return m_ttl; }
112 inline void SetTtl(
int value) { m_ttlHasBeenSet =
true; m_ttl = value; }
118 bool m_ipAddressHasBeenSet =
false;
121 bool m_nameHasBeenSet =
false;
124 bool m_networkNameHasBeenSet =
false;
127 bool m_portHasBeenSet =
false;
130 bool m_protocolHasBeenSet =
false;
133 bool m_ttlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue