public class DescribeNotebookLifecycleScriptResponse extends AbstractModel
Constructor and Description |
---|
DescribeNotebookLifecycleScriptResponse() |
DescribeNotebookLifecycleScriptResponse(DescribeNotebookLifecycleScriptResponse 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 |
getCreateScript()
Get 创建脚本
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreationTime()
Get 创建时间
|
String |
getLastModifiedTime()
Get 最后修改时间
|
String |
getNotebookLifecycleScriptsName()
Get 生命周期脚本名称
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getStartScript()
Get 启动脚本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateScript(String CreateScript)
Set 创建脚本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreationTime(String CreationTime)
Set 创建时间
|
void |
setLastModifiedTime(String LastModifiedTime)
Set 最后修改时间
|
void |
setNotebookLifecycleScriptsName(String NotebookLifecycleScriptsName)
Set 生命周期脚本名称
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setStartScript(String StartScript)
Set 启动脚本
注意:此字段可能返回 null,表示取不到有效值。
|
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 DescribeNotebookLifecycleScriptResponse()
public DescribeNotebookLifecycleScriptResponse(DescribeNotebookLifecycleScriptResponse source)
public String getNotebookLifecycleScriptsName()
public void setNotebookLifecycleScriptsName(String NotebookLifecycleScriptsName)
NotebookLifecycleScriptsName
- 生命周期脚本名称public String getCreateScript()
public void setCreateScript(String CreateScript)
CreateScript
- 创建脚本
注意:此字段可能返回 null,表示取不到有效值。public String getStartScript()
public void setStartScript(String StartScript)
StartScript
- 启动脚本
注意:此字段可能返回 null,表示取不到有效值。public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime
- 创建时间public String getLastModifiedTime()
public void setLastModifiedTime(String LastModifiedTime)
LastModifiedTime
- 最后修改时间public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.