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 CreateReusableDelegationSetResult
clone()
boolean
equals(Object obj)
DelegationSet
getDelegationSet()
A complex type that contains name server information.String
getLocation()
The unique URL representing the new reusbale delegation set.int
hashCode()
void
setDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.void
setLocation(String location)
The unique URL representing the new reusbale delegation set.String
toString()
Returns a string representation of this object; useful for testing and debugging.CreateReusableDelegationSetResult
withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.CreateReusableDelegationSetResult
withLocation(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateReusableDelegationSetResult clone()
-
-