Class GetReusableDelegationSetRequest

    • Constructor Detail

      • GetReusableDelegationSetRequest

        public GetReusableDelegationSetRequest()
    • Method Detail

      • setId

        public void setId​(String id)

        The ID of the reusable delegation set for which you want to get a list of the name server.

        Parameters:
        id - The ID of the reusable delegation set for which you want to get a list of the name server.
      • getId

        public String getId()

        The ID of the reusable delegation set for which you want to get a list of the name server.

        Returns:
        The ID of the reusable delegation set for which you want to get a list of the name server.
      • withId

        public GetReusableDelegationSetRequest withId​(String id)

        The ID of the reusable delegation set for which you want to get a list of the name server.

        Parameters:
        id - The ID of the reusable delegation set for which you want to get a list of the name server.
        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