Class ListWirelessDevicesRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in this operation.

        Returns:
        The maximum number of results to return in this operation.
      • nextToken

        public final String nextToken()

        To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

        Returns:
        To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
      • destinationName

        public final String destinationName()

        A filter to list only the wireless devices that use this destination.

        Returns:
        A filter to list only the wireless devices that use this destination.
      • deviceProfileId

        public final String deviceProfileId()

        A filter to list only the wireless devices that use this device profile.

        Returns:
        A filter to list only the wireless devices that use this device profile.
      • serviceProfileId

        public final String serviceProfileId()

        A filter to list only the wireless devices that use this service profile.

        Returns:
        A filter to list only the wireless devices that use this service profile.
      • wirelessDeviceTypeAsString

        public final String wirelessDeviceTypeAsString()

        A filter to list only the wireless devices that use this wireless device type.

        If the service returns an enum value that is not available in the current SDK version, wirelessDeviceType will return WirelessDeviceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from wirelessDeviceTypeAsString().

        Returns:
        A filter to list only the wireless devices that use this wireless device type.
        See Also:
        WirelessDeviceType
      • fuotaTaskId

        public final String fuotaTaskId()
        Returns the value of the FuotaTaskId property for this object.
        Returns:
        The value of the FuotaTaskId property for this object.
      • multicastGroupId

        public final String multicastGroupId()
        Returns the value of the MulticastGroupId property for this object.
        Returns:
        The value of the MulticastGroupId property for this object.
      • 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.
        Overrides:
        toString in class Object