Class ListPoliciesRequest
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.ListPoliciesRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class ListPoliciesRequest
extends Object
Request object to get list of policies across all namespaces or a particular namespace.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for datahubCrn.Getter for namespace.inthashCode()voidsetDatahubCrn(String datahubCrn) Setter for datahubCrn.voidsetNamespace(String namespace) Setter for namespace.toString()
-
Constructor Details
-
ListPoliciesRequest
public ListPoliciesRequest()
-
-
Method Details
-
getDatahubCrn
Getter for datahubCrn. The CRN of the CLO Data Hub. -
setDatahubCrn
Setter for datahubCrn. The CRN of the CLO Data Hub. -
getNamespace
Getter for namespace. The namespace name. If set, then it will list policies from this namespace. Omitting it, will list policies across all namespaces. -
setNamespace
Setter for namespace. The namespace name. If set, then it will list policies from this namespace. Omitting it, will list policies across all namespaces. -
equals
-
hashCode
public int hashCode() -
toString
-