public class CreateReusableDelegationSetResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateReusableDelegationSetResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateReusableDelegationSetResult |
clone() |
boolean |
equals(Object obj) |
DelegationSet |
getDelegationSet()
A complex type that contains name server information.
|
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(String location)
The unique URL representing the new reusbale delegation set.
|
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(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(String location)
The unique URL representing the new reusbale delegation set.
location - The unique URL representing the new reusbale delegation set.public String getLocation()
The unique URL representing the new reusbale delegation set.
public CreateReusableDelegationSetResult withLocation(String location)
The unique URL representing the new reusbale delegation set.
location - The unique URL representing the new reusbale delegation set.public String toString()
toString in class ObjectObject.toString()public CreateReusableDelegationSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.