@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 |
getLastUplinkReceivedAt()
The date and time when the most recent uplink was received.
|
String |
getWirelessGatewayId()
The ID of the wireless gateway.
|
int |
hashCode() |
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 |
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, setSdkResponseMetadata
public 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 String toString()
toString
in class Object
Object.toString()
public GetWirelessGatewayStatisticsResult clone()