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

com.aliyun.sas20181203.models.DescribeBackupClientsRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class DescribeBackupClientsRequest extends TeaModel {
    /**
     * 

The region in which the anti-ransomware feature is supported.

*

> You can call the [DescribeSupportRegion](~~DescribeSupportRegion~~) operation to query the regions in which the anti-ransomware feature is supported.

*/ @NameInMap("SupportRegionId") public String supportRegionId; public static DescribeBackupClientsRequest build(java.util.Map map) throws Exception { DescribeBackupClientsRequest self = new DescribeBackupClientsRequest(); return TeaModel.build(map, self); } public DescribeBackupClientsRequest setSupportRegionId(String supportRegionId) { this.supportRegionId = supportRegionId; return this; } public String getSupportRegionId() { return this.supportRegionId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy