@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWirelessGatewayFirmwareInformationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetWirelessGatewayFirmwareInformationResult() |
Modifier and Type | Method and Description |
---|---|
GetWirelessGatewayFirmwareInformationResult |
clone() |
boolean |
equals(Object obj) |
LoRaWANGatewayCurrentVersion |
getLoRaWAN()
Information about the wireless gateway's firmware.
|
int |
hashCode() |
void |
setLoRaWAN(LoRaWANGatewayCurrentVersion loRaWAN)
Information about the wireless gateway's firmware.
|
String |
toString()
Returns a string representation of this object.
|
GetWirelessGatewayFirmwareInformationResult |
withLoRaWAN(LoRaWANGatewayCurrentVersion loRaWAN)
Information about the wireless gateway's firmware.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetWirelessGatewayFirmwareInformationResult()
public void setLoRaWAN(LoRaWANGatewayCurrentVersion loRaWAN)
Information about the wireless gateway's firmware.
loRaWAN
- Information about the wireless gateway's firmware.public LoRaWANGatewayCurrentVersion getLoRaWAN()
Information about the wireless gateway's firmware.
public GetWirelessGatewayFirmwareInformationResult withLoRaWAN(LoRaWANGatewayCurrentVersion loRaWAN)
Information about the wireless gateway's firmware.
loRaWAN
- Information about the wireless gateway's firmware.public String toString()
toString
in class Object
Object.toString()
public GetWirelessGatewayFirmwareInformationResult clone()