@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportHostKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ImportHostKeyResult() |
| Modifier and Type | Method and Description |
|---|---|
ImportHostKeyResult |
clone() |
boolean |
equals(Object obj) |
String |
getHostKeyId()
Returns the host key ID for the imported key.
|
String |
getServerId()
Returns the server ID that contains the imported key.
|
int |
hashCode() |
void |
setHostKeyId(String hostKeyId)
Returns the host key ID for the imported key.
|
void |
setServerId(String serverId)
Returns the server ID that contains the imported key.
|
String |
toString()
Returns a string representation of this object.
|
ImportHostKeyResult |
withHostKeyId(String hostKeyId)
Returns the host key ID for the imported key.
|
ImportHostKeyResult |
withServerId(String serverId)
Returns the server ID that contains the imported key.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setServerId(String serverId)
Returns the server ID that contains the imported key.
serverId - Returns the server ID that contains the imported key.public String getServerId()
Returns the server ID that contains the imported key.
public ImportHostKeyResult withServerId(String serverId)
Returns the server ID that contains the imported key.
serverId - Returns the server ID that contains the imported key.public void setHostKeyId(String hostKeyId)
Returns the host key ID for the imported key.
hostKeyId - Returns the host key ID for the imported key.public String getHostKeyId()
Returns the host key ID for the imported key.
public ImportHostKeyResult withHostKeyId(String hostKeyId)
Returns the host key ID for the imported key.
hostKeyId - Returns the host key ID for the imported key.public String toString()
toString in class ObjectObject.toString()public ImportHostKeyResult clone()
Copyright © 2022. All rights reserved.