Class SetInstancesProtectionRequest


  • public class SetInstancesProtectionRequest
    extends AbstractModel
    • Constructor Detail

      • SetInstancesProtectionRequest

        public SetInstancesProtectionRequest()
      • SetInstancesProtectionRequest

        public SetInstancesProtectionRequest​(SetInstancesProtectionRequest 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

      • getAutoScalingGroupId

        public String getAutoScalingGroupId()
        Get 伸缩组ID。
        Returns:
        AutoScalingGroupId 伸缩组ID。
      • setAutoScalingGroupId

        public void setAutoScalingGroupId​(String AutoScalingGroupId)
        Set 伸缩组ID。
        Parameters:
        AutoScalingGroupId - 伸缩组ID。
      • getInstanceIds

        public String[] getInstanceIds()
        Get 实例ID。
        Returns:
        InstanceIds 实例ID。
      • setInstanceIds

        public void setInstanceIds​(String[] InstanceIds)
        Set 实例ID。
        Parameters:
        InstanceIds - 实例ID。
      • getProtectedFromScaleIn

        public Boolean getProtectedFromScaleIn()
        Get 实例是否需要设置保护。
        Returns:
        ProtectedFromScaleIn 实例是否需要设置保护。
      • setProtectedFromScaleIn

        public void setProtectedFromScaleIn​(Boolean ProtectedFromScaleIn)
        Set 实例是否需要设置保护。
        Parameters:
        ProtectedFromScaleIn - 实例是否需要设置保护。