public class ModifyInstancesLoginKeyPairAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyInstancesLoginKeyPairAttributeRequest() |
ModifyInstancesLoginKeyPairAttributeRequest(ModifyInstancesLoginKeyPairAttributeRequest 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[] |
getInstanceIds()
Get Instance ID list.
|
String |
getPermitLogin()
Get Whether to allow login with the default key pair.
|
void |
setInstanceIds(String[] InstanceIds)
Set Instance ID list.
|
void |
setPermitLogin(String PermitLogin)
Set Whether to allow login with the default key pair.
|
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 ModifyInstancesLoginKeyPairAttributeRequest()
public ModifyInstancesLoginKeyPairAttributeRequest(ModifyInstancesLoginKeyPairAttributeRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- Instance ID list. Each request can contain up to 100 instances at a time.public String getPermitLogin()
public void setPermitLogin(String PermitLogin)
PermitLogin
- Whether to allow login with the default key pair. Valid values: YES: yes; NO: no.Copyright © 2023. All rights reserved.