@Generated(value="software.amazon.awssdk:codegen") public final class GetWirelessGatewayTaskResponse extends IotWirelessResponse implements ToCopyableBuilder<GetWirelessGatewayTaskResponse.Builder,GetWirelessGatewayTaskResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetWirelessGatewayTaskResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetWirelessGatewayTaskResponse.Builder |
builder() |
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 GetWirelessGatewayTaskResponse.Builder> |
serializableBuilderClass() |
WirelessGatewayTaskStatus |
status()
The status of the request.
|
String |
statusAsString()
The status of the request.
|
String |
taskCreatedAt()
The date and time when the task was created.
|
GetWirelessGatewayTaskResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
wirelessGatewayId()
The ID of the wireless gateway.
|
String |
wirelessGatewayTaskDefinitionId()
The ID of the WirelessGatewayTask.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String wirelessGatewayId()
The ID of the wireless gateway.
public final String wirelessGatewayTaskDefinitionId()
The ID of the WirelessGatewayTask.
public final String lastUplinkReceivedAt()
The date and time when the most recent uplink was received.
public final String taskCreatedAt()
The date and time when the task was created.
public final WirelessGatewayTaskStatus status()
The status of the request.
If the service returns an enum value that is not available in the current SDK version, status will
return WirelessGatewayTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
WirelessGatewayTaskStatuspublic final String statusAsString()
The status of the request.
If the service returns an enum value that is not available in the current SDK version, status will
return WirelessGatewayTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
WirelessGatewayTaskStatuspublic GetWirelessGatewayTaskResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetWirelessGatewayTaskResponse.Builder,GetWirelessGatewayTaskResponse>toBuilder in class AwsResponsepublic static GetWirelessGatewayTaskResponse.Builder builder()
public static Class<? extends GetWirelessGatewayTaskResponse.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 © 2023. All rights reserved.