Class CreateReusableDelegationSetResult

    • Constructor Detail

      • CreateReusableDelegationSetResult

        public CreateReusableDelegationSetResult()
    • Method Detail

      • setDelegationSet

        public void setDelegationSet​(DelegationSet delegationSet)

        A complex type that contains name server information.

        Parameters:
        delegationSet - A complex type that contains name server information.
      • getDelegationSet

        public DelegationSet getDelegationSet()

        A complex type that contains name server information.

        Returns:
        A complex type that contains name server information.
      • withDelegationSet

        public CreateReusableDelegationSetResult withDelegationSet​(DelegationSet delegationSet)

        A complex type that contains name server information.

        Parameters:
        delegationSet - A complex type that contains name server information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocation

        public void setLocation​(String location)

        The unique URL representing the new reusbale delegation set.

        Parameters:
        location - The unique URL representing the new reusbale delegation set.
      • getLocation

        public String getLocation()

        The unique URL representing the new reusbale delegation set.

        Returns:
        The unique URL representing the new reusbale delegation set.
      • withLocation

        public CreateReusableDelegationSetResult withLocation​(String location)

        The unique URL representing the new reusbale delegation set.

        Parameters:
        location - The unique URL representing the new reusbale delegation set.
        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