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 ObjectObject.toString()public GetReusableDelegationSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.