@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTrustResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a CreateTrust request.
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTrustId(String trustId)
A unique identifier for the trust relationship that was created.
trustId
- A unique identifier for the trust relationship that was created.public String getTrustId()
A unique identifier for the trust relationship that was created.
public CreateTrustResult withTrustId(String trustId)
A unique identifier for the trust relationship that was created.
trustId
- A unique identifier for the trust relationship that was created.public String toString()
toString
in class Object
Object.toString()
public CreateTrustResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.