Class UpdateThingShadowRequest

    • Constructor Detail

      • UpdateThingShadowRequest

        public UpdateThingShadowRequest()
    • Method Detail

      • getThingName

        public String getThingName()
        The name of the thing.
      • setThingName

        public void setThingName​(String thingName)
        The name of the thing.
      • getShadowName

        public String getShadowName()
        The name of the shadow. To specify the thing's classic shadow, set this parameter to an empty string ("").
      • setShadowName

        public void setShadowName​(String shadowName)
        The name of the shadow. To specify the thing's classic shadow, set this parameter to an empty string ("").
      • withShadowName

        public UpdateThingShadowRequest withShadowName​(String shadowName)
        The name of the shadow. To specify the thing's classic shadow, set this parameter to an empty string ("").
      • getPayload

        public byte[] getPayload()
        The request state document as a JSON encoded blob.
      • setPayload

        public void setPayload​(byte[] payload)
        The request state document as a JSON encoded blob.
      • withPayload

        public UpdateThingShadowRequest withPayload​(byte[] payload)
        The request state document as a JSON encoded blob.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object