public class CreateKeyPairRequest extends AbstractModel
Constructor and Description |
---|
CreateKeyPairRequest() |
CreateKeyPairRequest(CreateKeyPairRequest 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 |
getKeyName()
Get Key pair name, which can contain up to 25 digits, letters, and underscores.
|
void |
setKeyName(String KeyName)
Set Key pair name, which can contain up to 25 digits, letters, and underscores.
|
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 CreateKeyPairRequest()
public CreateKeyPairRequest(CreateKeyPairRequest source)
public String getKeyName()
public void setKeyName(String KeyName)
KeyName
- Key pair name, which can contain up to 25 digits, letters, and underscores.Copyright © 2023. All rights reserved.