Class ListNamedShadowsForThingRequest

    • Constructor Detail

      • ListNamedShadowsForThingRequest

        public ListNamedShadowsForThingRequest()
    • Method Detail

      • getThingName

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

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

        public String getNextToken()
        (Optional) The token to retrieve the next set of results. This value is returned on paged results and is used in the call that returns the next page.
      • setNextToken

        public void setNextToken​(String nextToken)
        (Optional) The token to retrieve the next set of results. This value is returned on paged results and is used in the call that returns the next page.
      • withNextToken

        public ListNamedShadowsForThingRequest withNextToken​(String nextToken)
        (Optional) The token to retrieve the next set of results. This value is returned on paged results and is used in the call that returns the next page.
      • getPageSize

        public Integer getPageSize()
        (Optional) The number of shadow names to return in each call. Value must be between 1 and 100. Default is 25.
      • setPageSize

        public void setPageSize​(Integer pageSize)
        (Optional) The number of shadow names to return in each call. Value must be between 1 and 100. Default is 25.
      • withPageSize

        public ListNamedShadowsForThingRequest withPageSize​(Integer pageSize)
        (Optional) The number of shadow names to return in each call. Value must be between 1 and 100. Default is 25.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object