public class UpdateLogstashPipelineDescRequest extends AbstractModel
Constructor and Description |
---|
UpdateLogstashPipelineDescRequest() |
UpdateLogstashPipelineDescRequest(UpdateLogstashPipelineDescRequest 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 |
getInstanceId()
Get 实例ID
|
String |
getPipelineDesc()
Get 管道描述信息
|
String |
getPipelineId()
Get 实例管道ID
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setPipelineDesc(String PipelineDesc)
Set 管道描述信息
|
void |
setPipelineId(String PipelineId)
Set 实例管道ID
|
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 UpdateLogstashPipelineDescRequest()
public UpdateLogstashPipelineDescRequest(UpdateLogstashPipelineDescRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getPipelineId()
public void setPipelineId(String PipelineId)
PipelineId
- 实例管道IDpublic String getPipelineDesc()
public void setPipelineDesc(String PipelineDesc)
PipelineDesc
- 管道描述信息Copyright © 2022. All rights reserved.