Class CreateGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.CreateGroupRequest
-
public class CreateGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateGroupRequest()
CreateGroupRequest(CreateGroupRequest 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroupName()
Get 用户组名String
getRemark()
Get 用户组描述void
setGroupName(String GroupName)
Set 用户组名void
setRemark(String Remark)
Set 用户组描述void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateGroupRequest
public CreateGroupRequest()
-
CreateGroupRequest
public CreateGroupRequest(CreateGroupRequest 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
-
getGroupName
public String getGroupName()
Get 用户组名- Returns:
- GroupName 用户组名
-
setGroupName
public void setGroupName(String GroupName)
Set 用户组名- Parameters:
GroupName
- 用户组名
-
getRemark
public String getRemark()
Get 用户组描述- Returns:
- Remark 用户组描述
-
setRemark
public void setRemark(String Remark)
Set 用户组描述- Parameters:
Remark
- 用户组描述
-
-