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