![JAR search and dependency download from the Maven repository](/logo.png)
com.aliyun.ice20201109.models.StopAIAgentInstanceResponseBody Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ice20201109.models;
import com.aliyun.tea.*;
public class StopAIAgentInstanceResponseBody extends TeaModel {
/**
* example:
* 7B117AF5-2A16-412C-B127-FA6175ED1AD0
*/
@NameInMap("RequestId")
public String requestId;
public static StopAIAgentInstanceResponseBody build(java.util.Map map) throws Exception {
StopAIAgentInstanceResponseBody self = new StopAIAgentInstanceResponseBody();
return TeaModel.build(map, self);
}
public StopAIAgentInstanceResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy