Class ShareDataShareRequest
java.lang.Object
com.cloudera.cdp.datacatalog.model.ShareDataShareRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-31T14:25:30.688-07:00")
public class ShareDataShareRequest
extends Object
Share the Data Share request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for datalakeCrn.Getter for dataShareId.Getter for environmentCrn.inthashCode()voidsetDatalakeCrn(String datalakeCrn) Setter for datalakeCrn.voidsetDataShareId(String dataShareId) Setter for dataShareId.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.toString()
-
Constructor Details
-
ShareDataShareRequest
public ShareDataShareRequest()
-
-
Method Details
-
getDatalakeCrn
Getter for datalakeCrn. The CRN of the Data Lake where the Data Share is located. -
setDatalakeCrn
Setter for datalakeCrn. The CRN of the Data Lake where the Data Share is located. -
getEnvironmentCrn
Getter for environmentCrn. The CRN of the Environment where the Data Share is located. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the Environment where the Data Share is located. -
equals
-
hashCode
public int hashCode() -
toString
-