public class CreateSparkAppTaskRequest extends AbstractModel
Constructor and Description |
---|
CreateSparkAppTaskRequest() |
CreateSparkAppTaskRequest(CreateSparkAppTaskRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCmdArgs()
Get Command line parameters of the Spark job separated by space.
|
String |
getJobName()
Get Spark job name
|
void |
setCmdArgs(String CmdArgs)
Set Command line parameters of the Spark job separated by space.
|
void |
setJobName(String JobName)
Set Spark job name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateSparkAppTaskRequest()
public CreateSparkAppTaskRequest(CreateSparkAppTaskRequest source)
public String getJobName()
public void setJobName(String JobName)
JobName
- Spark job namepublic String getCmdArgs()
public void setCmdArgs(String CmdArgs)
CmdArgs
- Command line parameters of the Spark job separated by space. They are generally used for periodic calls.Copyright © 2023. All rights reserved.