7#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/snow-device-management/model/IpAddressAssignment.h>
10#include <aws/snow-device-management/model/PhysicalConnectorType.h>
23namespace SnowDeviceManagement
49 template<
typename DefaultGatewayT = Aws::String>
50 void SetDefaultGateway(DefaultGatewayT&& value) { m_defaultGatewayHasBeenSet =
true; m_defaultGateway = std::forward<DefaultGatewayT>(value); }
51 template<
typename DefaultGatewayT = Aws::String>
61 template<
typename IpAddressT = Aws::String>
62 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
63 template<
typename IpAddressT = Aws::String>
83 template<
typename MacAddressT = Aws::String>
84 void SetMacAddress(MacAddressT&& value) { m_macAddressHasBeenSet =
true; m_macAddress = std::forward<MacAddressT>(value); }
85 template<
typename MacAddressT = Aws::String>
95 template<
typename NetmaskT = Aws::String>
96 void SetNetmask(NetmaskT&& value) { m_netmaskHasBeenSet =
true; m_netmask = std::forward<NetmaskT>(value); }
97 template<
typename NetmaskT = Aws::String>
117 template<
typename PhysicalNetworkInterfaceIdT = Aws::String>
118 void SetPhysicalNetworkInterfaceId(PhysicalNetworkInterfaceIdT&& value) { m_physicalNetworkInterfaceIdHasBeenSet =
true; m_physicalNetworkInterfaceId = std::forward<PhysicalNetworkInterfaceIdT>(value); }
119 template<
typename PhysicalNetworkInterfaceIdT = Aws::String>
125 bool m_defaultGatewayHasBeenSet =
false;
128 bool m_ipAddressHasBeenSet =
false;
131 bool m_ipAddressAssignmentHasBeenSet =
false;
134 bool m_macAddressHasBeenSet =
false;
137 bool m_netmaskHasBeenSet =
false;
140 bool m_physicalConnectorTypeHasBeenSet =
false;
143 bool m_physicalNetworkInterfaceIdHasBeenSet =
false;
void SetIpAddress(IpAddressT &&value)
PhysicalNetworkInterface & WithPhysicalConnectorType(PhysicalConnectorType value)
void SetIpAddressAssignment(IpAddressAssignment value)
bool DefaultGatewayHasBeenSet() const
AWS_SNOWDEVICEMANAGEMENT_API PhysicalNetworkInterface(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDefaultGateway() const
bool NetmaskHasBeenSet() const
bool PhysicalConnectorTypeHasBeenSet() const
void SetPhysicalNetworkInterfaceId(PhysicalNetworkInterfaceIdT &&value)
AWS_SNOWDEVICEMANAGEMENT_API PhysicalNetworkInterface()=default
const Aws::String & GetIpAddress() const
void SetPhysicalConnectorType(PhysicalConnectorType value)
PhysicalNetworkInterface & WithDefaultGateway(DefaultGatewayT &&value)
PhysicalNetworkInterface & WithMacAddress(MacAddressT &&value)
IpAddressAssignment GetIpAddressAssignment() const
const Aws::String & GetPhysicalNetworkInterfaceId() const
void SetNetmask(NetmaskT &&value)
bool PhysicalNetworkInterfaceIdHasBeenSet() const
void SetDefaultGateway(DefaultGatewayT &&value)
void SetMacAddress(MacAddressT &&value)
const Aws::String & GetNetmask() const
PhysicalConnectorType GetPhysicalConnectorType() const
bool MacAddressHasBeenSet() const
AWS_SNOWDEVICEMANAGEMENT_API Aws::Utils::Json::JsonValue Jsonize() const
PhysicalNetworkInterface & WithNetmask(NetmaskT &&value)
PhysicalNetworkInterface & WithIpAddress(IpAddressT &&value)
bool IpAddressAssignmentHasBeenSet() const
const Aws::String & GetMacAddress() const
PhysicalNetworkInterface & WithIpAddressAssignment(IpAddressAssignment value)
AWS_SNOWDEVICEMANAGEMENT_API PhysicalNetworkInterface & operator=(Aws::Utils::Json::JsonView jsonValue)
PhysicalNetworkInterface & WithPhysicalNetworkInterfaceId(PhysicalNetworkInterfaceIdT &&value)
bool IpAddressHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue