@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWirelessGatewayStatisticsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetWirelessGatewayStatisticsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetWirelessGatewayStatisticsResult |
clone() |
boolean |
equals(Object obj) |
String |
getConnectionStatus()
The connection status of the wireless gateway.
|
String |
getLastUplinkReceivedAt()
The date and time when the most recent uplink was received.
|
String |
getWirelessGatewayId()
The ID of the wireless gateway.
|
int |
hashCode() |
void |
setConnectionStatus(String connectionStatus)
The connection status of the wireless gateway.
|
void |
setLastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
|
void |
setWirelessGatewayId(String wirelessGatewayId)
The ID of the wireless gateway.
|
String |
toString()
Returns a string representation of this object.
|
GetWirelessGatewayStatisticsResult |
withConnectionStatus(ConnectionStatus connectionStatus)
The connection status of the wireless gateway.
|
GetWirelessGatewayStatisticsResult |
withConnectionStatus(String connectionStatus)
The connection status of the wireless gateway.
|
GetWirelessGatewayStatisticsResult |
withLastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
|
GetWirelessGatewayStatisticsResult |
withWirelessGatewayId(String wirelessGatewayId)
The ID of the wireless gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWirelessGatewayId(String wirelessGatewayId)
The ID of the wireless gateway.
wirelessGatewayId - The ID of the wireless gateway.public String getWirelessGatewayId()
The ID of the wireless gateway.
public GetWirelessGatewayStatisticsResult withWirelessGatewayId(String wirelessGatewayId)
The ID of the wireless gateway.
wirelessGatewayId - The ID of the wireless gateway.public void setLastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
lastUplinkReceivedAt - The date and time when the most recent uplink was received.public String getLastUplinkReceivedAt()
The date and time when the most recent uplink was received.
public GetWirelessGatewayStatisticsResult withLastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
lastUplinkReceivedAt - The date and time when the most recent uplink was received.public void setConnectionStatus(String connectionStatus)
The connection status of the wireless gateway.
connectionStatus - The connection status of the wireless gateway.ConnectionStatuspublic String getConnectionStatus()
The connection status of the wireless gateway.
ConnectionStatuspublic GetWirelessGatewayStatisticsResult withConnectionStatus(String connectionStatus)
The connection status of the wireless gateway.
connectionStatus - The connection status of the wireless gateway.ConnectionStatuspublic GetWirelessGatewayStatisticsResult withConnectionStatus(ConnectionStatus connectionStatus)
The connection status of the wireless gateway.
connectionStatus - The connection status of the wireless gateway.ConnectionStatuspublic String toString()
toString in class ObjectObject.toString()public GetWirelessGatewayStatisticsResult clone()
Copyright © 2023. All rights reserved.