All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.r_kvstore20150101.models.ModifySecurityIpsResponseBody Maven / Gradle / Ivy

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