@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHsmResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateHsmResult() |
Modifier and Type | Method and Description |
---|---|
CreateHsmResult |
clone() |
boolean |
equals(Object obj) |
Hsm |
getHsm()
Information about the HSM that was created.
|
int |
hashCode() |
void |
setHsm(Hsm hsm)
Information about the HSM that was created.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateHsmResult |
withHsm(Hsm hsm)
Information about the HSM that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHsm(Hsm hsm)
Information about the HSM that was created.
hsm
- Information about the HSM that was created.public Hsm getHsm()
Information about the HSM that was created.
public CreateHsmResult withHsm(Hsm hsm)
Information about the HSM that was created.
hsm
- Information about the HSM that was created.public String toString()
toString
in class Object
Object.toString()
public CreateHsmResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.