@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.
This value is only valid for 3 months.
lastUplinkReceivedAt - The date and time when the most recent uplink was received. This value is only valid for 3 months.
public String getLastUplinkReceivedAt()
The date and time when the most recent uplink was received.
This value is only valid for 3 months.
This value is only valid for 3 months.
public GetWirelessGatewayStatisticsResult withLastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
This value is only valid for 3 months.
lastUplinkReceivedAt - The date and time when the most recent uplink was received. This value is only valid for 3 months.
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()