Class CreateReusableDelegationSetResult

java.lang.Object
com.amazonaws.services.route53.model.CreateReusableDelegationSetResult
All Implemented Interfaces:
Serializable, Cloneable

public class CreateReusableDelegationSetResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • CreateReusableDelegationSetResult

      public CreateReusableDelegationSetResult()
  • Method Details

    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object