public class UpdateUserStoreRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateUserStoreRequest() | 
| UpdateUserStoreRequest(UpdateUserStoreRequest 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 | getUserPoolDesc()Get 用户池描述 | 
| String | getUserPoolId()Get 用户池ID | 
| String | getUserPoolLogo()Get 用户池logo | 
| String | getUserPoolName()Get 用户池名字 | 
| void | setUserPoolDesc(String UserPoolDesc)Set 用户池描述 | 
| void | setUserPoolId(String UserPoolId)Set 用户池ID | 
| void | setUserPoolLogo(String UserPoolLogo)Set 用户池logo | 
| void | setUserPoolName(String UserPoolName)Set 用户池名字 | 
| 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 UpdateUserStoreRequest()
public UpdateUserStoreRequest(UpdateUserStoreRequest source)
public String getUserPoolId()
public void setUserPoolId(String UserPoolId)
UserPoolId - 用户池IDpublic String getUserPoolName()
public void setUserPoolName(String UserPoolName)
UserPoolName - 用户池名字public String getUserPoolDesc()
public void setUserPoolDesc(String UserPoolDesc)
UserPoolDesc - 用户池描述public String getUserPoolLogo()
public void setUserPoolLogo(String UserPoolLogo)
UserPoolLogo - 用户池logoCopyright © 2025. All rights reserved.