Class ListInstanceProfilesResponse
- java.lang.Object
-
- com.databricks.sdk.service.compute.ListInstanceProfilesResponse
-
@Generated public class ListInstanceProfilesResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ListInstanceProfilesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<InstanceProfile>
getInstanceProfiles()
int
hashCode()
ListInstanceProfilesResponse
setInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
String
toString()
-
-
-
Method Detail
-
setInstanceProfiles
public ListInstanceProfilesResponse setInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
-
getInstanceProfiles
public Collection<InstanceProfile> getInstanceProfiles()
-
-