public class DescribeUserPolicyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeUserPolicyRequest() |
DescribeUserPolicyRequest(DescribeUserPolicyRequest 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 |
getInstanceId()
Get Instance ID
|
String |
getPassWord()
Get Password corresponding to the user.
|
String |
getUserName()
Get Use the user who has corresponding permissions for operations.
|
String |
getWhiteHost()
Get You can specify one IP address or specify a percent sign (%) to indicate no limit.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setPassWord(String PassWord)
Set Password corresponding to the user.
|
void |
setUserName(String UserName)
Set Use the user who has corresponding permissions for operations.
|
void |
setWhiteHost(String WhiteHost)
Set You can specify one IP address or specify a percent sign (%) to indicate no limit.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeUserPolicyRequest()
public DescribeUserPolicyRequest(DescribeUserPolicyRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getUserName()
public void setUserName(String UserName)
UserName
- Use the user who has corresponding permissions for operations. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public String getPassWord()
public void setPassWord(String PassWord)
PassWord
- Password corresponding to the user. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public String getWhiteHost()
public void setWhiteHost(String WhiteHost)
WhiteHost
- You can specify one IP address or specify a percent sign (%) to indicate no limit.Copyright © 2024. All rights reserved.