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

com.aliyun.ens20171110.models.DescribeNCInformationRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class DescribeNCInformationRequest extends TeaModel {
    @NameInMap("EnsRegionId")
    public String ensRegionId;

    @NameInMap("ResourceId")
    public String resourceId;

    public static DescribeNCInformationRequest build(java.util.Map map) throws Exception {
        DescribeNCInformationRequest self = new DescribeNCInformationRequest();
        return TeaModel.build(map, self);
    }

    public DescribeNCInformationRequest setEnsRegionId(String ensRegionId) {
        this.ensRegionId = ensRegionId;
        return this;
    }
    public String getEnsRegionId() {
        return this.ensRegionId;
    }

    public DescribeNCInformationRequest setResourceId(String resourceId) {
        this.resourceId = resourceId;
        return this;
    }
    public String getResourceId() {
        return this.resourceId;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy