public class DeleteTrustResult extends Object implements Serializable, Cloneable
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)
trustId
- The Trust ID of the trust relationship that was deleted.public String getTrustId()
public DeleteTrustResult withTrustId(String trustId)
trustId
- The Trust ID of the trust relationship that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteTrustResult clone()
Copyright © 2015. All rights reserved.