public class CreateTrustResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
trustId
A unique identifier for the trust relationship that was created.
|
Constructor and Description |
---|
CreateTrustResult() |
Modifier and Type | Method and Description |
---|---|
CreateTrustResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTrustId()
A unique identifier for the trust relationship that was created.
|
int |
hashCode() |
void |
setTrustId(java.lang.String trustId)
A unique identifier for the trust relationship that was created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTrustResult |
withTrustId(java.lang.String trustId)
A unique identifier for the trust relationship that was created.
|
private java.lang.String trustId
public void setTrustId(java.lang.String trustId)
trustId
- A unique identifier for the trust relationship that was created.public java.lang.String getTrustId()
public CreateTrustResult withTrustId(java.lang.String trustId)
trustId
- A unique identifier for the trust relationship that was created.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 CreateTrustResult clone()
clone
in class java.lang.Object