Class ListClustersRequest
- java.lang.Object
-
- com.databricks.sdk.service.compute.ListClustersRequest
-
@Generated public class ListClustersRequest extends Object
List all clusters
-
-
Constructor Summary
Constructors Constructor Description ListClustersRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCanUseClient()inthashCode()ListClustersRequestsetCanUseClient(String canUseClient)StringtoString()
-
-
-
Method Detail
-
setCanUseClient
public ListClustersRequest setCanUseClient(String canUseClient)
-
getCanUseClient
public String getCanUseClient()
-
-