Class GetClusterPolicyRequest
- java.lang.Object
-
- com.databricks.sdk.service.compute.GetClusterPolicyRequest
-
@Generated public class GetClusterPolicyRequest extends Object
Get entity
-
-
Constructor Summary
Constructors Constructor Description GetClusterPolicyRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPolicyId()inthashCode()GetClusterPolicyRequestsetPolicyId(String policyId)StringtoString()
-
-
-
Method Detail
-
setPolicyId
public GetClusterPolicyRequest setPolicyId(String policyId)
-
getPolicyId
public String getPolicyId()
-
-