public class AddAccountToAccountGroupRequest extends AbstractModel
| Constructor and Description | 
|---|
| AddAccountToAccountGroupRequest() | 
| AddAccountToAccountGroupRequest(AddAccountToAccountGroupRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAccountGroupId()Get Account group ID | 
| String[] | getAccountIds()Get List of IDs of the accounts to be added to the account group. | 
| void | setAccountGroupId(String AccountGroupId)Set Account group ID | 
| void | setAccountIds(String[] AccountIds)Set List of IDs of the accounts to be added to the account group. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic AddAccountToAccountGroupRequest()
public AddAccountToAccountGroupRequest(AddAccountToAccountGroupRequest source)
public String getAccountGroupId()
public void setAccountGroupId(String AccountGroupId)
AccountGroupId - Account group IDpublic String[] getAccountIds()
public void setAccountIds(String[] AccountIds)
AccountIds - List of IDs of the accounts to be added to the account group.Copyright © 2022. All rights reserved.