Package com.cloudera.cdp.compute.model
Class CommonSecretEncryptionResp
java.lang.Object
com.cloudera.cdp.compute.model.CommonSecretEncryptionResp
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:43.033-08:00")
public class CommonSecretEncryptionResp
extends Object
Secret Encryption response structure.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAzure()
Getter for azure.Getter for customerKmsKeyArn.int
hashCode()
void
Setter for azure.void
setCustomerKmsKeyArn
(String customerKmsKeyArn) Setter for customerKmsKeyArn.toString()
-
Constructor Details
-
CommonSecretEncryptionResp
public CommonSecretEncryptionResp()
-
-
Method Details
-
getCustomerKmsKeyArn
Getter for customerKmsKeyArn. AWS KMS key ARN. -
setCustomerKmsKeyArn
Setter for customerKmsKeyArn. AWS KMS key ARN. -
getAzure
Getter for azure. Azure secret encryption details. -
setAzure
Setter for azure. Azure secret encryption details. -
equals
-
hashCode
public int hashCode() -
toString
-