Class UpdateSparkEngineBody
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.UpdateSparkEngineBody
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateSparkEngineBody extends com.ibm.cloud.sdk.core.service.model.GenericModel
UpdateEngine body.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateSparkEngineBody.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
asPatch()
Construct a JSON merge-patch from the UpdateSparkEngineBody.java.lang.String
description()
Gets the description.UpdateSparkEngineBodyEngineDetails
engineDetails()
Gets the engineDetails.java.lang.String
engineDisplayName()
Gets the engineDisplayName.UpdateSparkEngineBody.Builder
newBuilder()
New builder.java.util.List<java.lang.String>
tags()
Gets the tags.
-
-
-
Method Detail
-
newBuilder
public UpdateSparkEngineBody.Builder newBuilder()
New builder.- Returns:
- a UpdateSparkEngineBody builder
-
description
public java.lang.String description()
Gets the description. Modified description.- Returns:
- the description
-
engineDetails
public UpdateSparkEngineBodyEngineDetails engineDetails()
Gets the engineDetails. Engine details.- Returns:
- the engineDetails
-
engineDisplayName
public java.lang.String engineDisplayName()
Gets the engineDisplayName. Engine display name.- Returns:
- the engineDisplayName
-
tags
public java.util.List<java.lang.String> tags()
Gets the tags. Tags.- Returns:
- the tags
-
asPatch
public java.util.Map<java.lang.String,java.lang.Object> asPatch()
Construct a JSON merge-patch from the UpdateSparkEngineBody. Note that properties of the UpdateSparkEngineBody with null values are not represented in the constructed JSON merge-patch object, but can be explicitly set afterward to signify a property delete.- Returns:
- a JSON merge-patch for the UpdateSparkEngineBody
-
-