public class GetAttributeKeyResponse extends AbstractModel
Constructor and Description |
---|
GetAttributeKeyResponse() |
Modifier and Type | Method and Description |
---|---|
AttributeKeyDetail[] |
getAttributeKeyDetails()
Get AttributeKey value range
|
String |
getRequestId()
Get Unique ID of the request.
|
void |
setAttributeKeyDetails(AttributeKeyDetail[] AttributeKeyDetails)
Set AttributeKey value range
|
void |
setRequestId(String RequestId)
Set Unique ID of the request.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AttributeKeyDetail[] getAttributeKeyDetails()
public void setAttributeKeyDetails(AttributeKeyDetail[] AttributeKeyDetails)
AttributeKeyDetails
- AttributeKey value rangepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- Unique ID of the request. Each request returns a unique ID. The RequestId is required to troubleshoot issues.Copyright © 2020. All rights reserved.