Class DeleteSecretResponseResult

java.lang.Object
com.cloudera.cdp.dw.model.DeleteSecretResponseResult

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-11-14T06:50:04.824-08:00") public class DeleteSecretResponseResult extends Object
Result of the operation.
  • Constructor Details

    • DeleteSecretResponseResult

      public DeleteSecretResponseResult()
  • Method Details

    • getSecretName

      public String getSecretName()
      Getter for secretName. Name of the secret.
    • setSecretName

      public void setSecretName(String secretName)
      Setter for secretName. Name of the secret.
    • 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