com.aliyun.r_kvstore20150101.models.ModifySecurityIpsResponseBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of r_kvstore20150101 Show documentation
Show all versions of r_kvstore20150101 Show documentation
Alibaba Cloud R-kvstore (20150101) SDK for Java
The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.r_kvstore20150101.models;
import com.aliyun.tea.*;
public class ModifySecurityIpsResponseBody extends TeaModel {
/**
* The ID of the request.
*
* example:
* AAAF99B1-69ED-4E80-8CD5-272C09E4****
*/
@NameInMap("RequestId")
public String requestId;
public static ModifySecurityIpsResponseBody build(java.util.Map map) throws Exception {
ModifySecurityIpsResponseBody self = new ModifySecurityIpsResponseBody();
return TeaModel.build(map, self);
}
public ModifySecurityIpsResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy