public class GetReusableDelegationSetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type containing information about the specified reusable delegation set.
Modifier and Type | Field and Description |
---|---|
private DelegationSet |
delegationSet
A complex type that contains the information about the nameservers for
the specified delegation set ID.
|
Constructor and Description |
---|
GetReusableDelegationSetResult() |
Modifier and Type | Method and Description |
---|---|
GetReusableDelegationSetResult |
clone() |
boolean |
equals(java.lang.Object obj) |
DelegationSet |
getDelegationSet()
A complex type that contains the information about the nameservers for
the specified delegation set ID.
|
int |
hashCode() |
void |
setDelegationSet(DelegationSet delegationSet)
A complex type that contains the information about the nameservers for
the specified delegation set ID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetReusableDelegationSetResult |
withDelegationSet(DelegationSet delegationSet)
A complex type that contains the information about the nameservers for
the specified delegation set ID.
|
private DelegationSet delegationSet
A complex type that contains the information about the nameservers for the specified delegation set ID.
public void setDelegationSet(DelegationSet delegationSet)
A complex type that contains the information about the nameservers for the specified delegation set ID.
delegationSet
- A complex type that contains the information about the nameservers
for the specified delegation set ID.public DelegationSet getDelegationSet()
A complex type that contains the information about the nameservers for the specified delegation set ID.
public GetReusableDelegationSetResult withDelegationSet(DelegationSet delegationSet)
A complex type that contains the information about the nameservers for the specified delegation set ID.
delegationSet
- A complex type that contains the information about the nameservers
for the specified delegation set ID.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 GetReusableDelegationSetResult clone()
clone
in class java.lang.Object