Class GetFuotaTaskResponse
- 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.GetFuotaTaskResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetFuotaTaskResponse.Builder,GetFuotaTaskResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetFuotaTaskResponse extends IotWirelessResponse implements ToCopyableBuilder<GetFuotaTaskResponse.Builder,GetFuotaTaskResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetFuotaTaskResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()Returns the value of the Arn property for this object.static GetFuotaTaskResponse.Builderbuilder()InstantcreatedAt()Returns the value of the CreatedAt property for this object.Stringdescription()Returns the value of the Description property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfirmwareUpdateImage()Returns the value of the FirmwareUpdateImage property for this object.StringfirmwareUpdateRole()Returns the value of the FirmwareUpdateRole property for this object.IntegerfragmentIntervalMS()Returns the value of the FragmentIntervalMS property for this object.IntegerfragmentSizeBytes()Returns the value of the FragmentSizeBytes property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()Returns the value of the Id property for this object.LoRaWANFuotaTaskGetInfoloRaWAN()Returns the value of the LoRaWAN property for this object.Stringname()Returns the value of the Name property for this object.IntegerredundancyPercent()Returns the value of the RedundancyPercent property for this object.List<SdkField<?>>sdkFields()static Class<? extends GetFuotaTaskResponse.Builder>serializableBuilderClass()FuotaTaskStatusstatus()Returns the value of the Status property for this object.StringstatusAsString()Returns the value of the Status property for this object.GetFuotaTaskResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
arn
public final String arn()
Returns the value of the Arn property for this object.- Returns:
- The value of the Arn property for this object.
-
id
public final String id()
Returns the value of the Id property for this object.- Returns:
- The value of the Id property for this object.
-
status
public final FuotaTaskStatus status()
Returns the value of the Status property for this object.If the service returns an enum value that is not available in the current SDK version,
statuswill returnFuotaTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The value of the Status property for this object.
- See Also:
FuotaTaskStatus
-
statusAsString
public final String statusAsString()
Returns the value of the Status property for this object.If the service returns an enum value that is not available in the current SDK version,
statuswill returnFuotaTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The value of the Status property for this object.
- See Also:
FuotaTaskStatus
-
name
public final String name()
Returns the value of the Name property for this object.- Returns:
- The value of the Name property for this object.
-
description
public final String description()
Returns the value of the Description property for this object.- Returns:
- The value of the Description property for this object.
-
loRaWAN
public final LoRaWANFuotaTaskGetInfo loRaWAN()
Returns the value of the LoRaWAN property for this object.- Returns:
- The value of the LoRaWAN property for this object.
-
firmwareUpdateImage
public final String firmwareUpdateImage()
Returns the value of the FirmwareUpdateImage property for this object.- Returns:
- The value of the FirmwareUpdateImage property for this object.
-
firmwareUpdateRole
public final String firmwareUpdateRole()
Returns the value of the FirmwareUpdateRole property for this object.- Returns:
- The value of the FirmwareUpdateRole property for this object.
-
createdAt
public final Instant createdAt()
Returns the value of the CreatedAt property for this object.- Returns:
- The value of the CreatedAt property for this object.
-
redundancyPercent
public final Integer redundancyPercent()
Returns the value of the RedundancyPercent property for this object.- Returns:
- The value of the RedundancyPercent property for this object.
-
fragmentSizeBytes
public final Integer fragmentSizeBytes()
Returns the value of the FragmentSizeBytes property for this object.- Returns:
- The value of the FragmentSizeBytes property for this object.
-
fragmentIntervalMS
public final Integer fragmentIntervalMS()
Returns the value of the FragmentIntervalMS property for this object.- Returns:
- The value of the FragmentIntervalMS property for this object.
-
toBuilder
public GetFuotaTaskResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetFuotaTaskResponse.Builder,GetFuotaTaskResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetFuotaTaskResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetFuotaTaskResponse.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
-
-