@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeHostKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeHostKeyResult() |
Modifier and Type | Method and Description |
---|---|
DescribeHostKeyResult |
clone() |
boolean |
equals(Object obj) |
DescribedHostKey |
getHostKey()
Returns the details for the specified host key.
|
int |
hashCode() |
void |
setHostKey(DescribedHostKey hostKey)
Returns the details for the specified host key.
|
String |
toString()
Returns a string representation of this object.
|
DescribeHostKeyResult |
withHostKey(DescribedHostKey hostKey)
Returns the details for the specified host key.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHostKey(DescribedHostKey hostKey)
Returns the details for the specified host key.
hostKey
- Returns the details for the specified host key.public DescribedHostKey getHostKey()
Returns the details for the specified host key.
public DescribeHostKeyResult withHostKey(DescribedHostKey hostKey)
Returns the details for the specified host key.
hostKey
- Returns the details for the specified host key.public String toString()
toString
in class Object
Object.toString()
public DescribeHostKeyResult clone()