Class GetWirelessGatewayResponse

    • Method Detail

      • name

        public final String name()

        The name of the resource.

        Returns:
        The name of the resource.
      • id

        public final String id()

        The ID of the wireless gateway.

        Returns:
        The ID of the wireless gateway.
      • description

        public final String description()

        The description of the resource.

        Returns:
        The description of the resource.
      • loRaWAN

        public final LoRaWANGateway loRaWAN()

        Information about the wireless gateway.

        Returns:
        Information about the wireless gateway.
      • arn

        public final String arn()

        The Amazon Resource Name of the resource.

        Returns:
        The Amazon Resource Name of the resource.
      • thingName

        public final String thingName()

        The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.

        Returns:
        The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
      • thingArn

        public final String thingArn()

        The ARN of the thing associated with the wireless gateway.

        Returns:
        The ARN of the thing associated with the wireless gateway.
      • 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