7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconnect/model/Interface.h>
50 inline void SetDestinationIp(
const char* value) { m_destinationIpHasBeenSet =
true; m_destinationIp.assign(value); }
63 inline void SetDestinationPort(
int value) { m_destinationPortHasBeenSet =
true; m_destinationPort = value; }
90 inline void SetOutboundIp(
const char* value) { m_outboundIpHasBeenSet =
true; m_outboundIp.assign(value); }
98 bool m_destinationIpHasBeenSet =
false;
100 int m_destinationPort;
101 bool m_destinationPortHasBeenSet =
false;
104 bool m_interfaceHasBeenSet =
false;
107 bool m_outboundIpHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue