@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTrustAnchorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateTrustAnchorResult() |
Modifier and Type | Method and Description |
---|---|
UpdateTrustAnchorResult |
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.
|
UpdateTrustAnchorResult |
withTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 UpdateTrustAnchorResult 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 Object
Object.toString()
public UpdateTrustAnchorResult clone()