public class AttachedUserPolicyGroupInfo extends AbstractModel
| Constructor and Description | 
|---|
| AttachedUserPolicyGroupInfo() | 
| AttachedUserPolicyGroupInfo(AttachedUserPolicyGroupInfo 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 | 
|---|---|
| Long | getGroupId()Get Group ID. | 
| String | getGroupName()Get Group name. | 
| void | setGroupId(Long GroupId)Set Group ID. | 
| void | setGroupName(String GroupName)Set Group name. | 
| 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 AttachedUserPolicyGroupInfo()
public AttachedUserPolicyGroupInfo(AttachedUserPolicyGroupInfo source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - Group ID.public String getGroupName()
public void setGroupName(String GroupName)
GroupName - Group name.Copyright © 2023. All rights reserved.