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