@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTrustResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a DeleteTrust request.
Constructor and Description |
---|
DeleteTrustResult() |
Modifier and Type | Method and Description |
---|---|
DeleteTrustResult |
clone() |
boolean |
equals(Object obj) |
String |
getTrustId()
The Trust ID of the trust relationship that was deleted.
|
int |
hashCode() |
void |
setTrustId(String trustId)
The Trust ID of the trust relationship that was deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteTrustResult |
withTrustId(String trustId)
The Trust ID of the trust relationship that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTrustId(String trustId)
The Trust ID of the trust relationship that was deleted.
trustId
- The Trust ID of the trust relationship that was deleted.public String getTrustId()
The Trust ID of the trust relationship that was deleted.
public DeleteTrustResult withTrustId(String trustId)
The Trust ID of the trust relationship that was deleted.
trustId
- The Trust ID of the trust relationship that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteTrustResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.