public class UpdatePipelinesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
body |
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
trigger
Specifies whether to deploy the pipeline immediately.
|
构造器和说明 |
---|
UpdatePipelinesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UpdatePipelinesRequest |
build(Map<String,?> map) |
String |
getBody() |
String |
getClientToken() |
Boolean |
getTrigger() |
UpdatePipelinesRequest |
setBody(String body) |
UpdatePipelinesRequest |
setClientToken(String clientToken) |
UpdatePipelinesRequest |
setTrigger(Boolean trigger) |
@NameInMap(value="body") public String body
@NameInMap(value="clientToken") public String clientToken
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
@NameInMap(value="trigger") public Boolean trigger
Specifies whether to deploy the pipeline immediately.
public static UpdatePipelinesRequest build(Map<String,?> map) throws Exception
Exception
public UpdatePipelinesRequest setBody(String body)
public String getBody()
public UpdatePipelinesRequest setClientToken(String clientToken)
public String getClientToken()
public UpdatePipelinesRequest setTrigger(Boolean trigger)
public Boolean getTrigger()
Copyright © 2024. All rights reserved.