Class ListPoliciesResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.lakehouseopt.model.ListPoliciesResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class ListPoliciesResponse
extends CdpResponse
Response object containing the list of policies.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for policies.inthashCode()voidsetPolicies(List<PolicyObject> policies) Setter for policies.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListPoliciesResponse
public ListPoliciesResponse()
-
-
Method Details
-
getPolicies
Getter for policies. List of all policies for a particular namespace or across all namespaces. -
setPolicies
Setter for policies. List of all policies for a particular namespace or across all namespaces. -
equals
-
hashCode
public int hashCode() -
toString
-