@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public WiFiAccessPoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.