Class GetWirelessGatewayTaskResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse
-
- software.amazon.awssdk.services.iotwireless.model.GetWirelessGatewayTaskResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetWirelessGatewayTaskResponse.Builder,GetWirelessGatewayTaskResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetWirelessGatewayTaskResponse extends IotWirelessResponse implements ToCopyableBuilder<GetWirelessGatewayTaskResponse.Builder,GetWirelessGatewayTaskResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetWirelessGatewayTaskResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetWirelessGatewayTaskResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastUplinkReceivedAt()The date and time when the most recent uplink was received.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetWirelessGatewayTaskResponse.Builder>serializableBuilderClass()WirelessGatewayTaskStatusstatus()The status of the request.StringstatusAsString()The status of the request.StringtaskCreatedAt()The date and time when the task was created.GetWirelessGatewayTaskResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwirelessGatewayId()The ID of the wireless gateway.StringwirelessGatewayTaskDefinitionId()The ID of the WirelessGatewayTask.-
Methods inherited from class software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
wirelessGatewayId
public final String wirelessGatewayId()
The ID of the wireless gateway.
- Returns:
- The ID of the wireless gateway.
-
wirelessGatewayTaskDefinitionId
public final String wirelessGatewayTaskDefinitionId()
The ID of the WirelessGatewayTask.
- Returns:
- The ID of the WirelessGatewayTask.
-
lastUplinkReceivedAt
public final String lastUplinkReceivedAt()
The date and time when the most recent uplink was received.
This value is only valid for 3 months.
- Returns:
- The date and time when the most recent uplink was received.
This value is only valid for 3 months.
-
taskCreatedAt
public final String taskCreatedAt()
The date and time when the task was created.
- Returns:
- The date and time when the task was created.
-
status
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,
statuswill returnWirelessGatewayTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the request.
- See Also:
WirelessGatewayTaskStatus
-
statusAsString
public final String statusAsString()
The status of the request.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnWirelessGatewayTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the request.
- See Also:
WirelessGatewayTaskStatus
-
toBuilder
public GetWirelessGatewayTaskResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetWirelessGatewayTaskResponse.Builder,GetWirelessGatewayTaskResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetWirelessGatewayTaskResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetWirelessGatewayTaskResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-