@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportPublicKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ImportPublicKeyResult() |
| Modifier and Type | Method and Description |
|---|---|
ImportPublicKeyResult |
clone() |
boolean |
equals(Object obj) |
PublicKey |
getPublicKey()
The public key that was imported.
|
int |
hashCode() |
void |
setPublicKey(PublicKey publicKey)
The public key that was imported.
|
String |
toString()
Returns a string representation of this object.
|
ImportPublicKeyResult |
withPublicKey(PublicKey publicKey)
The public key that was imported.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPublicKey(PublicKey publicKey)
The public key that was imported.
publicKey - The public key that was imported.public PublicKey getPublicKey()
The public key that was imported.
public ImportPublicKeyResult withPublicKey(PublicKey publicKey)
The public key that was imported.
publicKey - The public key that was imported.public String toString()
toString in class ObjectObject.toString()public ImportPublicKeyResult clone()