Class ListNamedShadowsForThingResponse

    • Constructor Detail

      • ListNamedShadowsForThingResponse

        public ListNamedShadowsForThingResponse()
    • Method Detail

      • getResults

        public List<String> getResults()
        The list of shadow names.
      • setResults

        public void setResults​(List<String> results)
        The list of shadow names.
      • getTimestamp

        public Instant getTimestamp()
        (Optional) The date and time that the response was generated.
      • setTimestamp

        public void setTimestamp​(Instant timestamp)
        (Optional) The date and time that the response was generated.
      • getNextToken

        public String getNextToken()
        (Optional) The token value to use in paged requests to retrieve the next page in the sequence. This token isn't present when there are no more shadow names to return.
      • setNextToken

        public void setNextToken​(String nextToken)
        (Optional) The token value to use in paged requests to retrieve the next page in the sequence. This token isn't present when there are no more shadow names to return.
      • withNextToken

        public ListNamedShadowsForThingResponse withNextToken​(String nextToken)
        (Optional) The token value to use in paged requests to retrieve the next page in the sequence. This token isn't present when there are no more shadow names to return.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object