@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifyTrustResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result of a VerifyTrust request.
Constructor and Description |
---|
VerifyTrustResult() |
Modifier and Type | Method and Description |
---|---|
VerifyTrustResult |
clone() |
boolean |
equals(Object obj) |
String |
getTrustId()
The unique Trust ID of the trust relationship that was verified.
|
int |
hashCode() |
void |
setTrustId(String trustId)
The unique Trust ID of the trust relationship that was verified.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VerifyTrustResult |
withTrustId(String trustId)
The unique Trust ID of the trust relationship that was verified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTrustId(String trustId)
The unique Trust ID of the trust relationship that was verified.
trustId
- The unique Trust ID of the trust relationship that was verified.public String getTrustId()
The unique Trust ID of the trust relationship that was verified.
public VerifyTrustResult withTrustId(String trustId)
The unique Trust ID of the trust relationship that was verified.
trustId
- The unique Trust ID of the trust relationship that was verified.public String toString()
toString
in class Object
Object.toString()
public VerifyTrustResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.