public class GetReusableDelegationSetResult extends Object implements Serializable
A complex type containing information about the specified reusable delegation set.
| Constructor and Description |
|---|
GetReusableDelegationSetResult() |
| Modifier and Type | Method and Description |
|---|---|
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 DelegationSet getDelegationSet()
public void setDelegationSet(DelegationSet delegationSet)
delegationSet - A complex type that contains the information about the nameservers for
the specified delegation set ID.public GetReusableDelegationSetResult withDelegationSet(DelegationSet delegationSet)
Returns a reference to this object so that method calls can be chained together.
delegationSet - A complex type that contains the information about the nameservers for
the specified delegation set ID.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.