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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateReusableDelegationSetResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateReusableDelegationSetResultclone()booleanequals(Object obj)DelegationSetgetDelegationSet()A complex type that contains name server information.StringgetLocation()The unique URL representing the new reusbale delegation set.inthashCode()voidsetDelegationSet(DelegationSet delegationSet)A complex type that contains name server information.voidsetLocation(String location)The unique URL representing the new reusbale delegation set.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateReusableDelegationSetResultwithDelegationSet(DelegationSet delegationSet)A complex type that contains name server information.CreateReusableDelegationSetResultwithLocation(String location)The unique URL representing the new reusbale delegation set.
-
-
-
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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateReusableDelegationSetResult clone()
-
-