public class InstallAckOperatorRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
body |
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
构造器和说明 |
---|
InstallAckOperatorRequest() |
限定符和类型 | 方法和说明 |
---|---|
static InstallAckOperatorRequest |
build(Map<String,?> map) |
String |
getBody() |
String |
getClientToken() |
InstallAckOperatorRequest |
setBody(String body) |
InstallAckOperatorRequest |
setClientToken(String clientToken) |
@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="body") public String body
public static InstallAckOperatorRequest build(Map<String,?> map) throws Exception
Exception
public InstallAckOperatorRequest setClientToken(String clientToken)
public String getClientToken()
public InstallAckOperatorRequest setBody(String body)
public String getBody()
Copyright © 2024. All rights reserved.