Class UpdateSshKeyResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.UpdateSshKeyResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class UpdateSshKeyResponse
extends CdpResponse
Response object for an update environment SSH key request.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for environment.inthashCode()voidsetEnvironment(Environment environment) Setter for environment.toString()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