public class LookupAttribute extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LookupAttribute() | 
| LookupAttribute(LookupAttribute 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 | getAttributeKey()Get AttributeKey的有效取值范围是:RequestId、EventName、ReadOnly、Username、ResourceType、ResourceName和AccessKeyId,EventId | 
| String | getAttributeValue()Get AttributeValue的值 | 
| void | setAttributeKey(String AttributeKey)Set AttributeKey的有效取值范围是:RequestId、EventName、ReadOnly、Username、ResourceType、ResourceName和AccessKeyId,EventId | 
| void | setAttributeValue(String AttributeValue)Set AttributeValue的值 | 
| 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 LookupAttribute()
public LookupAttribute(LookupAttribute source)
public String getAttributeKey()
public void setAttributeKey(String AttributeKey)
AttributeKey - AttributeKey的有效取值范围是:RequestId、EventName、ReadOnly、Username、ResourceType、ResourceName和AccessKeyId,EventIdpublic String getAttributeValue()
public void setAttributeValue(String AttributeValue)
AttributeValue - AttributeValue的值Copyright © 2025. All rights reserved.