Class GetPolicyRequest
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.GetPolicyRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class GetPolicyRequest
extends Object
Request object to fetch the details of a policy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for datahubCrn.Getter for policyName.inthashCode()voidsetDatahubCrn(String datahubCrn) Setter for datahubCrn.voidsetPolicyName(String policyName) Setter for policyName.toString()
-
Constructor Details
-
GetPolicyRequest
public GetPolicyRequest()
-
-
Method Details
-
getPolicyName
Getter for policyName. The name of the policy. -
setPolicyName
Setter for policyName. The name of the policy. -
getDatahubCrn
Getter for datahubCrn. The CRN of the CLO Data Hub. -
setDatahubCrn
Setter for datahubCrn. The CRN of the CLO Data Hub. -
equals
-
hashCode
public int hashCode() -
toString
-