public class GetReusableDelegationSetResult extends Object implements Serializable, Cloneable
A complex type containing information about the specified reusable delegation set.
Constructor and Description |
---|
GetReusableDelegationSetResult() |
Modifier and Type | Method and Description |
---|---|
GetReusableDelegationSetResult |
clone() |
boolean |
equals(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.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public GetReusableDelegationSetResult clone()
Copyright © 2018. All rights reserved.