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