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="2024-09-27T08:40:25.071-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
-
Method Summary
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods 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
-