Package com.cloudera.cdp.dw.model
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for secretName.inthashCode()voidsetSecretName(String secretName) Setter for secretName.toString()
-
Constructor Details
-
DeleteSecretResponseResult
public DeleteSecretResponseResult()
-
-
Method Details