7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/panorama/model/NetworkConnectionStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename HwAddressT = Aws::String>
58 void SetHwAddress(HwAddressT&& value) { m_hwAddressHasBeenSet =
true; m_hwAddress = std::forward<HwAddressT>(value); }
59 template<
typename HwAddressT = Aws::String>
69 template<
typename IpAddressT = Aws::String>
70 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
71 template<
typename IpAddressT = Aws::String>
77 bool m_connectionStatusHasBeenSet =
false;
80 bool m_hwAddressHasBeenSet =
false;
83 bool m_ipAddressHasBeenSet =
false;
const Aws::String & GetHwAddress() const
AWS_PANORAMA_API EthernetStatus()=default
NetworkConnectionStatus GetConnectionStatus() const
void SetConnectionStatus(NetworkConnectionStatus value)
bool HwAddressHasBeenSet() const
void SetIpAddress(IpAddressT &&value)
EthernetStatus & WithIpAddress(IpAddressT &&value)
bool IpAddressHasBeenSet() const
bool ConnectionStatusHasBeenSet() const
AWS_PANORAMA_API EthernetStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
EthernetStatus & WithHwAddress(HwAddressT &&value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIpAddress() const
void SetHwAddress(HwAddressT &&value)
EthernetStatus & WithConnectionStatus(NetworkConnectionStatus value)
AWS_PANORAMA_API EthernetStatus(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue