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="2023-12-01T13:59:41.311-08: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 Constructor Description UpdateSshKeyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Environment
getEnvironment()
Getter for environment.int
hashCode()
void
setEnvironment(Environment environment)
Setter for environment.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
getEnvironment
public Environment getEnvironment()
Getter for environment. The environment.
-
setEnvironment
public void setEnvironment(Environment environment)
Setter for environment. The environment.
-
-