@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteKnownHostKeysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteKnownHostKeysRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteKnownHostKeysRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getInstanceName()
 The name of the instance for which you want to reset the host key or certificate. | 
| int | hashCode() | 
| void | setInstanceName(String instanceName)
 The name of the instance for which you want to reset the host key or certificate. | 
| String | toString()Returns a string representation of this object. | 
| DeleteKnownHostKeysRequest | withInstanceName(String instanceName)
 The name of the instance for which you want to reset the host key or certificate. | 
addHandlerContext, 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 setInstanceName(String instanceName)
The name of the instance for which you want to reset the host key or certificate.
instanceName - The name of the instance for which you want to reset the host key or certificate.public String getInstanceName()
The name of the instance for which you want to reset the host key or certificate.
public DeleteKnownHostKeysRequest withInstanceName(String instanceName)
The name of the instance for which you want to reset the host key or certificate.
instanceName - The name of the instance for which you want to reset the host key or certificate.public String toString()
toString in class ObjectObject.toString()public DeleteKnownHostKeysRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()