public class CreateWorkGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateWorkGroupRequest() | 
| CreateWorkGroupRequest(CreateWorkGroupRequest 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 | 
|---|---|
| Policy[] | getPolicySet()Get Collections of authentication policies bound to working groups | 
| String[] | getUserIds()Get Collection of IDs of users to be bound to working groups | 
| String | getWorkGroupDescription()Get Working group description | 
| String | getWorkGroupName()Get Working group name | 
| void | setPolicySet(Policy[] PolicySet)Set Collections of authentication policies bound to working groups | 
| void | setUserIds(String[] UserIds)Set Collection of IDs of users to be bound to working groups | 
| void | setWorkGroupDescription(String WorkGroupDescription)Set Working group description | 
| void | setWorkGroupName(String WorkGroupName)Set Working group name | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateWorkGroupRequest()
public CreateWorkGroupRequest(CreateWorkGroupRequest source)
public String getWorkGroupName()
public void setWorkGroupName(String WorkGroupName)
WorkGroupName - Working group namepublic String getWorkGroupDescription()
public void setWorkGroupDescription(String WorkGroupDescription)
WorkGroupDescription - Working group descriptionpublic Policy[] getPolicySet()
public void setPolicySet(Policy[] PolicySet)
PolicySet - Collections of authentication policies bound to working groupspublic String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds - Collection of IDs of users to be bound to working groupsCopyright © 2025. All rights reserved.