Class ListPresetsResult

    • Constructor Detail

      • ListPresetsResult

        public ListPresetsResult()
    • Method Detail

      • getPresets

        public List<Preset> getPresets()

        An array of Preset objects.

        Returns:
        An array of Preset objects.
      • setPresets

        public void setPresets​(Collection<Preset> presets)

        An array of Preset objects.

        Parameters:
        presets - An array of Preset objects.
      • withPresets

        public ListPresetsResult withPresets​(Collection<Preset> presets)

        An array of Preset objects.

        Parameters:
        presets - An array of Preset objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextPageToken

        public void setNextPageToken​(String nextPageToken)

        A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

        Parameters:
        nextPageToken - A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.
      • getNextPageToken

        public String getNextPageToken()

        A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

        Returns:
        A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.
      • withNextPageToken

        public ListPresetsResult withNextPageToken​(String nextPageToken)

        A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

        Parameters:
        nextPageToken - A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object