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