@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableTrustAnchorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DisableTrustAnchorResult() |
| Modifier and Type | Method and Description |
|---|---|
DisableTrustAnchorResult |
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.
|
DisableTrustAnchorResult |
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 DisableTrustAnchorResult 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 DisableTrustAnchorResult clone()