@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeHostKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeHostKeyRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeHostKeyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getHostKeyId()
Provide the ID of the host key that you want described.
|
String |
getServerId()
Provide the ID of the server that contains the host key that you want described.
|
int |
hashCode() |
void |
setHostKeyId(String hostKeyId)
Provide the ID of the host key that you want described.
|
void |
setServerId(String serverId)
Provide the ID of the server that contains the host key that you want described.
|
String |
toString()
Returns a string representation of this object.
|
DescribeHostKeyRequest |
withHostKeyId(String hostKeyId)
Provide the ID of the host key that you want described.
|
DescribeHostKeyRequest |
withServerId(String serverId)
Provide the ID of the server that contains the host key that you want described.
|
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 want described.
serverId - Provide the ID of the server that contains the host key that you want described.public String getServerId()
Provide the ID of the server that contains the host key that you want described.
public DescribeHostKeyRequest withServerId(String serverId)
Provide the ID of the server that contains the host key that you want described.
serverId - Provide the ID of the server that contains the host key that you want described.public void setHostKeyId(String hostKeyId)
Provide the ID of the host key that you want described.
hostKeyId - Provide the ID of the host key that you want described.public String getHostKeyId()
Provide the ID of the host key that you want described.
public DescribeHostKeyRequest withHostKeyId(String hostKeyId)
Provide the ID of the host key that you want described.
hostKeyId - Provide the ID of the host key that you want described.public String toString()
toString in class ObjectObject.toString()public DescribeHostKeyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.