7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
9#include <aws/snow-device-management/model/IpAddressAssignment.h>
10#include <aws/snow-device-management/model/PhysicalConnectorType.h>
21namespace SnowDeviceManagement {
43 template <
typename DefaultGatewayT = Aws::String>
45 m_defaultGatewayHasBeenSet =
true;
46 m_defaultGateway = std::forward<DefaultGatewayT>(value);
48 template <
typename DefaultGatewayT = Aws::String>
61 template <
typename IpAddressT = Aws::String>
63 m_ipAddressHasBeenSet =
true;
64 m_ipAddress = std::forward<IpAddressT>(value);
66 template <
typename IpAddressT = Aws::String>
80 m_ipAddressAssignmentHasBeenSet =
true;
81 m_ipAddressAssignment = value;
95 template <
typename MacAddressT = Aws::String>
97 m_macAddressHasBeenSet =
true;
98 m_macAddress = std::forward<MacAddressT>(value);
100 template <
typename MacAddressT = Aws::String>
113 template <
typename NetmaskT = Aws::String>
115 m_netmaskHasBeenSet =
true;
116 m_netmask = std::forward<NetmaskT>(value);
118 template <
typename NetmaskT = Aws::String>
132 m_physicalConnectorTypeHasBeenSet =
true;
133 m_physicalConnectorType = value;
147 template <
typename PhysicalNetworkInterfaceIdT = Aws::String>
149 m_physicalNetworkInterfaceIdHasBeenSet =
true;
150 m_physicalNetworkInterfaceId = std::forward<PhysicalNetworkInterfaceIdT>(value);
152 template <
typename PhysicalNetworkInterfaceIdT = Aws::String>
172 bool m_defaultGatewayHasBeenSet =
false;
173 bool m_ipAddressHasBeenSet =
false;
174 bool m_ipAddressAssignmentHasBeenSet =
false;
175 bool m_macAddressHasBeenSet =
false;
176 bool m_netmaskHasBeenSet =
false;
177 bool m_physicalConnectorTypeHasBeenSet =
false;
178 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