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 boolean
equals(Object o)
String
getPolicyId()
int
hashCode()
GetClusterPolicyRequest
setPolicyId(String policyId)
String
toString()
-
-
-
Method Detail
-
setPolicyId
public GetClusterPolicyRequest setPolicyId(String policyId)
-
getPolicyId
public String getPolicyId()
-
-