Package com.cloudera.cdp.dw.model
Class UpdateSshKeyResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.UpdateSshKeyResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
           date="2025-10-28T14:00:26.728-07:00")
public class UpdateSshKeyResponse
extends CdpResponse
Response object for the updateSshKey method.
- 
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders 
- 
Constructor Details
- 
UpdateSshKeyResponse
public UpdateSshKeyResponse() 
 - 
 - 
Method Details
- 
getStatus
Getter for status. The status of the cluster. - 
setStatus
Setter for status. The status of the cluster. - 
getMessage
Getter for message. A message describing the outcome of the SSH Key update process. - 
setMessage
Setter for message. A message describing the outcome of the SSH Key update process. - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -