public class UpdateOrganizationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateOrganizationRequest() |
UpdateOrganizationRequest(UpdateOrganizationRequest 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 |
getName()
Get 组织名称,支持中文、英文、数字、空格、中英文括号、_、-, 长度不超过64位,且组织名称不能重复
|
String |
getOrganizationId()
Get 组织ID(从查询组织接口DescribeOrganization中获取)
|
void |
setName(String Name)
Set 组织名称,支持中文、英文、数字、空格、中英文括号、_、-, 长度不超过64位,且组织名称不能重复
|
void |
setOrganizationId(String OrganizationId)
Set 组织ID(从查询组织接口DescribeOrganization中获取)
|
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, toJsonString
public UpdateOrganizationRequest()
public UpdateOrganizationRequest(UpdateOrganizationRequest source)
public String getOrganizationId()
public void setOrganizationId(String OrganizationId)
OrganizationId
- 组织ID(从查询组织接口DescribeOrganization中获取)public String getName()
public void setName(String Name)
Name
- 组织名称,支持中文、英文、数字、空格、中英文括号、_、-, 长度不超过64位,且组织名称不能重复Copyright © 2024. All rights reserved.