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

com.aliyun.waf_openapi20211001.models.DeleteDefenseRuleResponseBody Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.waf_openapi20211001.models;

import com.aliyun.tea.*;

public class DeleteDefenseRuleResponseBody extends TeaModel {
    /**
     * 

The ID of the request.

* * example: *

2EC856FE-6D31-5861-8275-E5DEDB539089

*/ @NameInMap("RequestId") public String requestId; public static DeleteDefenseRuleResponseBody build(java.util.Map map) throws Exception { DeleteDefenseRuleResponseBody self = new DeleteDefenseRuleResponseBody(); return TeaModel.build(map, self); } public DeleteDefenseRuleResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy