Class GetThingShadowRequest

    • Constructor Detail

      • GetThingShadowRequest

        public GetThingShadowRequest()
    • 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 GetThingShadowRequest withShadowName​(String shadowName)
        The name of the shadow. To specify the thing's classic shadow, set this parameter to an empty string ("").
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object