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 Valid values: RequestId, EventName, ReadOnly, Username, ResourceType, ResourceName, AccessKeyId, and EventId
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getAttributeValue()Get Value of `AttributeValue`
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setAttributeKey(String AttributeKey)Set Valid values: RequestId, EventName, ReadOnly, Username, ResourceType, ResourceName, AccessKeyId, and EventId
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setAttributeValue(String AttributeValue)Set Value of `AttributeValue`
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic LookupAttribute()
public LookupAttribute(LookupAttribute source)
public String getAttributeKey()
public void setAttributeKey(String AttributeKey)
AttributeKey - Valid values: RequestId, EventName, ReadOnly, Username, ResourceType, ResourceName, AccessKeyId, and EventId
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getAttributeValue()
public void setAttributeValue(String AttributeValue)
AttributeValue - Value of `AttributeValue`
Note: `null` may be returned for this field, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.