@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteHostKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteHostKeyRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteHostKeyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getHostKeyId()
The ID of the host key that you are deleting.
|
String |
getServerId()
Provide the ID of the server that contains the host key that you are deleting.
|
int |
hashCode() |
void |
setHostKeyId(String hostKeyId)
The ID of the host key that you are deleting.
|
void |
setServerId(String serverId)
Provide the ID of the server that contains the host key that you are deleting.
|
String |
toString()
Returns a string representation of this object.
|
DeleteHostKeyRequest |
withHostKeyId(String hostKeyId)
The ID of the host key that you are deleting.
|
DeleteHostKeyRequest |
withServerId(String serverId)
Provide the ID of the server that contains the host key that you are deleting.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setServerId(String serverId)
Provide the ID of the server that contains the host key that you are deleting.
serverId - Provide the ID of the server that contains the host key that you are deleting.public String getServerId()
Provide the ID of the server that contains the host key that you are deleting.
public DeleteHostKeyRequest withServerId(String serverId)
Provide the ID of the server that contains the host key that you are deleting.
serverId - Provide the ID of the server that contains the host key that you are deleting.public void setHostKeyId(String hostKeyId)
The ID of the host key that you are deleting.
hostKeyId - The ID of the host key that you are deleting.public String getHostKeyId()
The ID of the host key that you are deleting.
public DeleteHostKeyRequest withHostKeyId(String hostKeyId)
The ID of the host key that you are deleting.
hostKeyId - The ID of the host key that you are deleting.public String toString()
toString in class ObjectObject.toString()public DeleteHostKeyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.