public class DeleteTrustResult extends Object 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.
|
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 ObjectObject.toString()public DeleteTrustResult clone()
Copyright © 2016. All rights reserved.