Class RemoveAccountFromAccountGroupRequest


  • public class RemoveAccountFromAccountGroupRequest
    extends AbstractModel
    • Constructor Detail

      • RemoveAccountFromAccountGroupRequest

        public RemoveAccountFromAccountGroupRequest()
      • RemoveAccountFromAccountGroupRequest

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

      • getAccountGroupId

        public String getAccountGroupId()
        Get 账号组ID
        Returns:
        AccountGroupId 账号组ID
      • setAccountGroupId

        public void setAccountGroupId​(String AccountGroupId)
        Set 账号组ID
        Parameters:
        AccountGroupId - 账号组ID
      • getAccountIds

        public String[] getAccountIds()
        Get 需要移除账号ID列表。
        Returns:
        AccountIds 需要移除账号ID列表。
      • setAccountIds

        public void setAccountIds​(String[] AccountIds)
        Set 需要移除账号ID列表。
        Parameters:
        AccountIds - 需要移除账号ID列表。