Class UpdateSshKeyResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class UpdateSshKeyResponse
    extends CdpResponse
    Response object for the updateSshKey method.
    • Constructor Detail

      • UpdateSshKeyResponse

        public UpdateSshKeyResponse()
    • Method Detail

      • getStatus

        public String getStatus()
        Getter for status. The status of the cluster.
      • setStatus

        public void setStatus​(String status)
        Setter for status. The status of the cluster.
      • getMessage

        public String getMessage()
        Getter for message. A message describing the outcome of the SSH Key update process.
      • setMessage

        public void setMessage​(String message)
        Setter for message. A message describing the outcome of the SSH Key update process.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object