7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/medialive/model/InputDeviceIpScheme.h>
65 inline void SetGateway(
const char* value) { m_gatewayHasBeenSet =
true; m_gateway.assign(value); }
79 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
106 inline void SetSubnetMask(
const char* value) { m_subnetMaskHasBeenSet =
true; m_subnetMask.assign(value); }
114 bool m_dnsAddressesHasBeenSet =
false;
117 bool m_gatewayHasBeenSet =
false;
120 bool m_ipAddressHasBeenSet =
false;
123 bool m_ipSchemeHasBeenSet =
false;
126 bool m_subnetMaskHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue