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