@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTrustAnchorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetTrustAnchorResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetTrustAnchorResult | clone() | 
| boolean | equals(Object obj) | 
| TrustAnchorDetail | getTrustAnchor()
 The state of the trust anchor after a read or write operation. | 
| int | hashCode() | 
| void | setTrustAnchor(TrustAnchorDetail trustAnchor)
 The state of the trust anchor after a read or write operation. | 
| String | toString()Returns a string representation of this object. | 
| GetTrustAnchorResult | withTrustAnchor(TrustAnchorDetail trustAnchor)
 The state of the trust anchor after a read or write operation. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
trustAnchor - The state of the trust anchor after a read or write operation.public TrustAnchorDetail getTrustAnchor()
The state of the trust anchor after a read or write operation.
public GetTrustAnchorResult withTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
trustAnchor - The state of the trust anchor after a read or write operation.public String toString()
toString in class ObjectObject.toString()public GetTrustAnchorResult clone()