@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReusableDelegationSetResult extends AmazonWebServiceResult<ResponseMetadata> 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 reusable 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 reusable 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 reusable delegation set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 reusable delegation set.
location - The unique URL representing the new reusable delegation set.public String getLocation()
The unique URL representing the new reusable delegation set.
public CreateReusableDelegationSetResult withLocation(String location)
The unique URL representing the new reusable delegation set.
location - The unique URL representing the new reusable delegation set.public String toString()
toString in class ObjectObject.toString()public CreateReusableDelegationSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.