@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReusableDelegationSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response to the GetReusableDelegationSet
request.
Constructor and Description |
---|
GetReusableDelegationSetResult() |
Modifier and Type | Method and Description |
---|---|
GetReusableDelegationSetResult |
clone() |
boolean |
equals(Object obj) |
DelegationSet |
getDelegationSet()
A complex type that contains information about the reusable delegation set.
|
int |
hashCode() |
void |
setDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the reusable delegation set.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetReusableDelegationSetResult |
withDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the reusable delegation set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the reusable delegation set.
delegationSet
- A complex type that contains information about the reusable delegation set.public DelegationSet getDelegationSet()
A complex type that contains information about the reusable delegation set.
public GetReusableDelegationSetResult withDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the reusable delegation set.
delegationSet
- A complex type that contains information about the reusable delegation set.public String toString()
toString
in class Object
Object.toString()
public GetReusableDelegationSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.