Class ResolveAliasRequest

    • Constructor Detail

      • ResolveAliasRequest

        public ResolveAliasRequest()
    • Method Detail

      • setAliasId

        public void setAliasId​(String aliasId)

        Unique identifier for the alias you want to resolve.

        Parameters:
        aliasId - Unique identifier for the alias you want to resolve.
      • getAliasId

        public String getAliasId()

        Unique identifier for the alias you want to resolve.

        Returns:
        Unique identifier for the alias you want to resolve.
      • withAliasId

        public ResolveAliasRequest withAliasId​(String aliasId)

        Unique identifier for the alias you want to resolve.

        Parameters:
        aliasId - Unique identifier for the alias you want to resolve.
        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