Class CreateReusableDelegationSetResult
java.lang.Object
com.amazonaws.services.route53.model.CreateReusableDelegationSetResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A complex type that contains name server information.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.toString()
Returns a string representation of this object; useful for testing and debugging.withDelegationSet
(DelegationSet delegationSet) A complex type that contains name server information.withLocation
(String location) The unique URL representing the new reusbale delegation set.
-
Constructor Details
-
CreateReusableDelegationSetResult
public CreateReusableDelegationSetResult()
-
-
Method Details
-
setDelegationSet
A complex type that contains name server information.
- Parameters:
delegationSet
- A complex type that contains name server information.
-
getDelegationSet
A complex type that contains name server information.
- Returns:
- A complex type that contains name server information.
-
withDelegationSet
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
The unique URL representing the new reusbale delegation set.
- Parameters:
location
- The unique URL representing the new reusbale delegation set.
-
getLocation
The unique URL representing the new reusbale delegation set.
- Returns:
- The unique URL representing the new reusbale delegation set.
-
withLocation
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-