@Generated(value="software.amazon.awssdk:codegen") public final class GetWirelessGatewayStatisticsResponse extends IotWirelessResponse implements ToCopyableBuilder<GetWirelessGatewayStatisticsResponse.Builder,GetWirelessGatewayStatisticsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetWirelessGatewayStatisticsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetWirelessGatewayStatisticsResponse.Builder |
builder() |
ConnectionStatus |
connectionStatus()
The connection status of the wireless gateway.
|
String |
connectionStatusAsString()
The connection status of the wireless gateway.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastUplinkReceivedAt()
The date and time when the most recent uplink was received.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetWirelessGatewayStatisticsResponse.Builder> |
serializableBuilderClass() |
GetWirelessGatewayStatisticsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
wirelessGatewayId()
The ID of the wireless gateway.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String wirelessGatewayId()
The ID of the wireless gateway.
public final String lastUplinkReceivedAt()
The date and time when the most recent uplink was received.
public final ConnectionStatus connectionStatus()
The connection status of the wireless gateway.
If the service returns an enum value that is not available in the current SDK version, connectionStatus
will return ConnectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectionStatusAsString().
ConnectionStatuspublic final String connectionStatusAsString()
The connection status of the wireless gateway.
If the service returns an enum value that is not available in the current SDK version, connectionStatus
will return ConnectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectionStatusAsString().
ConnectionStatuspublic GetWirelessGatewayStatisticsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetWirelessGatewayStatisticsResponse.Builder,GetWirelessGatewayStatisticsResponse>toBuilder in class AwsResponsepublic static GetWirelessGatewayStatisticsResponse.Builder builder()
public static Class<? extends GetWirelessGatewayStatisticsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.