com.aliyun.ens20171110.models.StartSnatIpForSnatEntryResponseBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ens20171110 Show documentation
Show all versions of ens20171110 Show documentation
Alibaba Cloud edge node service (20171110) SDK for Java
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ens20171110.models;
import com.aliyun.tea.*;
public class StartSnatIpForSnatEntryResponseBody extends TeaModel {
/**
* The ID of the request.
*
* example:
* 85BBD491-CE05-5BDA-979E-843FE52B74CF
*/
@NameInMap("RequestId")
public String requestId;
public static StartSnatIpForSnatEntryResponseBody build(java.util.Map map) throws Exception {
StartSnatIpForSnatEntryResponseBody self = new StartSnatIpForSnatEntryResponseBody();
return TeaModel.build(map, self);
}
public StartSnatIpForSnatEntryResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy