Class ModifyDisasterRecoverGroupAttributeRequest


  • public class ModifyDisasterRecoverGroupAttributeRequest
    extends AbstractModel
    • Constructor Detail

      • ModifyDisasterRecoverGroupAttributeRequest

        public ModifyDisasterRecoverGroupAttributeRequest()
      • ModifyDisasterRecoverGroupAttributeRequest

        public ModifyDisasterRecoverGroupAttributeRequest​(ModifyDisasterRecoverGroupAttributeRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getDisasterRecoverGroupId

        public String getDisasterRecoverGroupId()
        Get 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取。
        Returns:
        DisasterRecoverGroupId 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取。
      • setDisasterRecoverGroupId

        public void setDisasterRecoverGroupId​(String DisasterRecoverGroupId)
        Set 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取。
        Parameters:
        DisasterRecoverGroupId - 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取。
      • getName

        public String getName()
        Get 分散置放群组名称,长度1-60个字符,支持中、英文。
        Returns:
        Name 分散置放群组名称,长度1-60个字符,支持中、英文。
      • setName

        public void setName​(String Name)
        Set 分散置放群组名称,长度1-60个字符,支持中、英文。
        Parameters:
        Name - 分散置放群组名称,长度1-60个字符,支持中、英文。