Class SparkNodeAwsAttributes
- java.lang.Object
-
- com.databricks.sdk.service.compute.SparkNodeAwsAttributes
-
@Generated public class SparkNodeAwsAttributes extends Object
-
-
Constructor Summary
Constructors Constructor Description SparkNodeAwsAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getIsSpot()
int
hashCode()
SparkNodeAwsAttributes
setIsSpot(Boolean isSpot)
String
toString()
-
-
-
Method Detail
-
setIsSpot
public SparkNodeAwsAttributes setIsSpot(Boolean isSpot)
-
getIsSpot
public Boolean getIsSpot()
-
-