Class 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.
  • Constructor Details

    • UpdateSshKeyResponse

      public UpdateSshKeyResponse()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object