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 booleanequals(Object o)Collection<InstanceProfile>getInstanceProfiles()inthashCode()ListInstanceProfilesResponsesetInstanceProfiles(Collection<InstanceProfile> instanceProfiles)StringtoString()
-
-
-
Method Detail
-
setInstanceProfiles
public ListInstanceProfilesResponse setInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
-
getInstanceProfiles
public Collection<InstanceProfile> getInstanceProfiles()
-
-