7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/panorama/Panorama_EXPORTS.h>
9#include <aws/panorama/model/NetworkConnectionStatus.h>
42 m_connectionStatusHasBeenSet =
true;
43 m_connectionStatus = value;
57 template <
typename HwAddressT = Aws::String>
59 m_hwAddressHasBeenSet =
true;
60 m_hwAddress = std::forward<HwAddressT>(value);
62 template <
typename HwAddressT = Aws::String>
75 template <
typename IpAddressT = Aws::String>
77 m_ipAddressHasBeenSet =
true;
78 m_ipAddress = std::forward<IpAddressT>(value);
80 template <
typename IpAddressT = Aws::String>
92 bool m_connectionStatusHasBeenSet =
false;
93 bool m_hwAddressHasBeenSet =
false;
94 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