Class InstanceProfile
- java.lang.Object
-
- com.databricks.sdk.service.compute.InstanceProfile
-
@Generated public class InstanceProfile extends Object
-
-
Constructor Summary
Constructors Constructor Description InstanceProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getIamRoleArn()
String
getInstanceProfileArn()
Boolean
getIsMetaInstanceProfile()
int
hashCode()
InstanceProfile
setIamRoleArn(String iamRoleArn)
InstanceProfile
setInstanceProfileArn(String instanceProfileArn)
InstanceProfile
setIsMetaInstanceProfile(Boolean isMetaInstanceProfile)
String
toString()
-
-
-
Method Detail
-
setIamRoleArn
public InstanceProfile setIamRoleArn(String iamRoleArn)
-
getIamRoleArn
public String getIamRoleArn()
-
setInstanceProfileArn
public InstanceProfile setInstanceProfileArn(String instanceProfileArn)
-
getInstanceProfileArn
public String getInstanceProfileArn()
-
setIsMetaInstanceProfile
public InstanceProfile setIsMetaInstanceProfile(Boolean isMetaInstanceProfile)
-
getIsMetaInstanceProfile
public Boolean getIsMetaInstanceProfile()
-
-