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

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

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

import com.aliyun.tea.*;

public class UpgradeBackupPolicyVersionRequest extends TeaModel {
    /**
     * 

The ID of the anti-ransomware policy.

*
*

> You can call the [DescribeBackupPolicies](~~DescribeBackupPolicies~~) operation to query the IDs of anti-ransomware policies.

*/ @NameInMap("Id") public Long id; public static UpgradeBackupPolicyVersionRequest build(java.util.Map map) throws Exception { UpgradeBackupPolicyVersionRequest self = new UpgradeBackupPolicyVersionRequest(); return TeaModel.build(map, self); } public UpgradeBackupPolicyVersionRequest setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy