public class ModifyServiceAccountPasswordRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyServiceAccountPasswordRequest() |
ModifyServiceAccountPasswordRequest(ModifyServiceAccountPasswordRequest 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 |
getName()
Get Service level account name.
|
String |
getPassword()
Get Service level account password, 8 to 20 characters, contains at least one uppercase letter, one lowercase letter, and one number.
|
Boolean |
getRandom()
Get Whether to randomly generate a password.
|
String |
getRegistryId()
Get Instance ID.
|
void |
setName(String Name)
Set Service level account name.
|
void |
setPassword(String Password)
Set Service level account password, 8 to 20 characters, contains at least one uppercase letter, one lowercase letter, and one number.
|
void |
setRandom(Boolean Random)
Set Whether to randomly generate a password.
|
void |
setRegistryId(String RegistryId)
Set Instance ID.
|
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, toJsonString
public ModifyServiceAccountPasswordRequest()
public ModifyServiceAccountPasswordRequest(ModifyServiceAccountPasswordRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId
- Instance ID.public String getName()
public void setName(String Name)
Name
- Service level account name.public Boolean getRandom()
public void setRandom(Boolean Random)
Random
- Whether to randomly generate a password.public String getPassword()
public void setPassword(String Password)
Password
- Service level account password, 8 to 20 characters, contains at least one uppercase letter, one lowercase letter, and one number.Copyright © 2024. All rights reserved.