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 boolean
equals(Object o)
String
getCanUseClient()
int
hashCode()
ListClustersRequest
setCanUseClient(String canUseClient)
String
toString()
-
-
-
Method Detail
-
setCanUseClient
public ListClustersRequest setCanUseClient(String canUseClient)
-
getCanUseClient
public String getCanUseClient()
-
-