@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WiFiAccessPoint extends Object implements Serializable, Cloneable, StructuredPojo
Wi-Fi access point.
| Constructor and Description |
|---|
WiFiAccessPoint() |
| Modifier and Type | Method and Description |
|---|---|
WiFiAccessPoint |
clone() |
boolean |
equals(Object obj) |
String |
getMacAddress()
Wi-Fi MAC Address.
|
Integer |
getRss()
Recived signal strength of the WLAN measurement data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMacAddress(String macAddress)
Wi-Fi MAC Address.
|
void |
setRss(Integer rss)
Recived signal strength of the WLAN measurement data.
|
String |
toString()
Returns a string representation of this object.
|
WiFiAccessPoint |
withMacAddress(String macAddress)
Wi-Fi MAC Address.
|
WiFiAccessPoint |
withRss(Integer rss)
Recived signal strength of the WLAN measurement data.
|
public void setMacAddress(String macAddress)
Wi-Fi MAC Address.
macAddress - Wi-Fi MAC Address.public String getMacAddress()
Wi-Fi MAC Address.
public WiFiAccessPoint withMacAddress(String macAddress)
Wi-Fi MAC Address.
macAddress - Wi-Fi MAC Address.public void setRss(Integer rss)
Recived signal strength of the WLAN measurement data.
rss - Recived signal strength of the WLAN measurement data.public Integer getRss()
Recived signal strength of the WLAN measurement data.
public WiFiAccessPoint withRss(Integer rss)
Recived signal strength of the WLAN measurement data.
rss - Recived signal strength of the WLAN measurement data.public String toString()
toString in class ObjectObject.toString()public WiFiAccessPoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.