public class DeleteTrustResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
trustId
The Trust ID of the trust relationship that was deleted.
|
Constructor and Description |
---|
DeleteTrustResult() |
Modifier and Type | Method and Description |
---|---|
DeleteTrustResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTrustId()
The Trust ID of the trust relationship that was deleted.
|
int |
hashCode() |
void |
setTrustId(java.lang.String trustId)
The Trust ID of the trust relationship that was deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTrustResult |
withTrustId(java.lang.String trustId)
The Trust ID of the trust relationship that was deleted.
|
private java.lang.String trustId
public void setTrustId(java.lang.String trustId)
trustId
- The Trust ID of the trust relationship that was deleted.public java.lang.String getTrustId()
public DeleteTrustResult withTrustId(java.lang.String trustId)
trustId
- The Trust ID of the trust relationship that was deleted.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteTrustResult clone()
clone
in class java.lang.Object