public class CreateReusableDelegationSetResult extends Object implements Serializable
| Constructor and Description |
|---|
CreateReusableDelegationSetResult() |
| Modifier and Type | Method and Description |
|---|---|
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 DelegationSet getDelegationSet()
public void setDelegationSet(DelegationSet delegationSet)
delegationSet - A complex type that contains name server information.public CreateReusableDelegationSetResult withDelegationSet(DelegationSet delegationSet)
Returns a reference to this object so that method calls can be chained together.
delegationSet - A complex type that contains name server information.public String getLocation()
Constraints:
Length: 0 - 1024
public void setLocation(String location)
Constraints:
Length: 0 - 1024
location - The unique URL representing the new reusbale delegation set.public CreateReusableDelegationSetResult withLocation(String location)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
location - The unique URL representing the new reusbale delegation set.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.