Class GetPolicyNamesRequest

java.lang.Object
com.cloudera.cdp.lakehouseopt.model.GetPolicyNamesRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-05-01T09:59:31.533-07:00") public class GetPolicyNamesRequest extends Object
Request object to get list of policy names for a namespace or across all namespaces.
  • Constructor Details

    • GetPolicyNamesRequest

      public GetPolicyNamesRequest()
  • Method Details

    • getDatahubCrn

      public String getDatahubCrn()
      Getter for datahubCrn. The CRN of the CLO Data Hub.
    • setDatahubCrn

      public void setDatahubCrn(String datahubCrn)
      Setter for datahubCrn. The CRN of the CLO Data Hub.
    • getNamespace

      public String getNamespace()
      Getter for namespace. The name of the namespace. Provide * to list policies across all namespaces.
    • setNamespace

      public void setNamespace(String namespace)
      Setter for namespace. The name of the namespace. Provide * to list policies across all namespaces.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object