public class EnableWhiteBoxKeysRequest extends AbstractModel
| Constructor and Description | 
|---|
EnableWhiteBoxKeysRequest()  | 
EnableWhiteBoxKeysRequest(EnableWhiteBoxKeysRequest 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[] | 
getKeyIds()
Get List of globally unique white-box key IDs. 
 | 
void | 
setKeyIds(String[] KeyIds)
Set List of globally unique white-box key IDs. 
 | 
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, toJsonStringpublic EnableWhiteBoxKeysRequest()
public EnableWhiteBoxKeysRequest(EnableWhiteBoxKeysRequest source)
public String[] getKeyIds()
public void setKeyIds(String[] KeyIds)
KeyIds - List of globally unique white-box key IDs. Note: you should make sure that all provided `KeyId` values are in valid format, unique, and actually exist. Up to 50 ones are allowed.Copyright © 2022. All rights reserved.