95 inline void SetHwAddress(
const char* value) { m_hwAddressHasBeenSet =
true; m_hwAddress.assign(value); }
136 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
156 bool m_connectionStatusHasBeenSet =
false;
159 bool m_hwAddressHasBeenSet =
false;
162 bool m_ipAddressHasBeenSet =
false;
const Aws::String & GetHwAddress() const
EthernetStatus & WithConnectionStatus(NetworkConnectionStatus &&value)
EthernetStatus & WithHwAddress(const char *value)
void SetHwAddress(const Aws::String &value)
bool HwAddressHasBeenSet() const
EthernetStatus & WithHwAddress(const Aws::String &value)
void SetIpAddress(Aws::String &&value)
void SetHwAddress(const char *value)
EthernetStatus & WithIpAddress(const char *value)
void SetHwAddress(Aws::String &&value)
void SetIpAddress(const char *value)
bool IpAddressHasBeenSet() const
bool ConnectionStatusHasBeenSet() const
void SetConnectionStatus(const NetworkConnectionStatus &value)
AWS_PANORAMA_API EthernetStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
EthernetStatus & WithIpAddress(Aws::String &&value)
AWS_PANORAMA_API EthernetStatus()
EthernetStatus & WithConnectionStatus(const NetworkConnectionStatus &value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIpAddress() const
const NetworkConnectionStatus & GetConnectionStatus() const
void SetConnectionStatus(NetworkConnectionStatus &&value)
EthernetStatus & WithHwAddress(Aws::String &&value)
EthernetStatus & WithIpAddress(const Aws::String &value)
AWS_PANORAMA_API EthernetStatus(Aws::Utils::Json::JsonView jsonValue)
void SetIpAddress(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String