Class ListAliasesResult

    • Constructor Detail

      • ListAliasesResult

        public ListAliasesResult()
    • Method Detail

      • setNextMarker

        public void setNextMarker​(String nextMarker)

        A string, present if there are more aliases.

        Parameters:
        nextMarker - A string, present if there are more aliases.
      • getNextMarker

        public String getNextMarker()

        A string, present if there are more aliases.

        Returns:
        A string, present if there are more aliases.
      • withNextMarker

        public ListAliasesResult withNextMarker​(String nextMarker)

        A string, present if there are more aliases.

        Parameters:
        nextMarker - A string, present if there are more aliases.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAliases

        public void setAliases​(Collection<AliasConfiguration> aliases)

        A list of aliases.

        Parameters:
        aliases - A list of aliases.
      • withAliases

        public ListAliasesResult withAliases​(Collection<AliasConfiguration> aliases)

        A list of aliases.

        Parameters:
        aliases - A list of aliases.
        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