Package com.cloudera.cdp.dw.model
Class CreateSecretRequest
java.lang.Object
com.cloudera.cdp.dw.model.CreateSecretRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:04.017-07:00")
public class CreateSecretRequest
extends Object
Request object for creating secret.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterId.Getter for secretName.Getter for secretValue.inthashCode()voidsetClusterId(String clusterId) Setter for clusterId.voidsetSecretName(String secretName) Setter for secretName.voidsetSecretValue(String secretValue) Setter for secretValue.toString()
-
Constructor Details
-
CreateSecretRequest
public CreateSecretRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. The ID of the cluster. -
setClusterId
Setter for clusterId. The ID of the cluster. -
getSecretName
Getter for secretName. Name of the secret. -
setSecretName
Setter for secretName. Name of the secret. -
getSecretValue
Getter for secretValue. Value of the secret. -
setSecretValue
Setter for secretValue. Value of the secret. -
equals
-
hashCode
public int hashCode() -
toString
-