public class CreateReusableDelegationSetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private DelegationSet |
delegationSet
A complex type that contains name server information.
|
private java.lang.String |
location
The unique URL representing the new reusbale delegation set.
|
Constructor and Description |
---|
CreateReusableDelegationSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateReusableDelegationSetResult |
clone() |
boolean |
equals(java.lang.Object obj) |
DelegationSet |
getDelegationSet()
A complex type that contains name server information.
|
java.lang.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(java.lang.String location)
The unique URL representing the new reusbale delegation set.
|
java.lang.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(java.lang.String location)
The unique URL representing the new reusbale delegation set.
|
private DelegationSet delegationSet
A complex type that contains name server information.
private java.lang.String location
The unique URL representing the new reusbale delegation set.
public void setDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
delegationSet
- A complex type that contains name server information.public DelegationSet getDelegationSet()
A complex type that contains name server information.
public CreateReusableDelegationSetResult withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
delegationSet
- A complex type that contains name server information.public void setLocation(java.lang.String location)
The unique URL representing the new reusbale delegation set.
location
- The unique URL representing the new reusbale delegation set.public java.lang.String getLocation()
The unique URL representing the new reusbale delegation set.
public CreateReusableDelegationSetResult withLocation(java.lang.String location)
The unique URL representing the new reusbale delegation set.
location
- The unique URL representing the new reusbale delegation set.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateReusableDelegationSetResult clone()
clone
in class java.lang.Object