public class CreateTrustResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateTrustResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateTrustResult |
clone() |
boolean |
equals(Object obj) |
String |
getTrustId()
A unique identifier for the trust relationship that was created.
|
int |
hashCode() |
void |
setTrustId(String trustId)
A unique identifier for the trust relationship that was created.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTrustResult |
withTrustId(String trustId)
A unique identifier for the trust relationship that was created.
|
public void setTrustId(String trustId)
trustId - A unique identifier for the trust relationship that was created.public String getTrustId()
public CreateTrustResult withTrustId(String trustId)
trustId - A unique identifier for the trust relationship that was created.public String toString()
toString in class ObjectObject.toString()public CreateTrustResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.