public class RestartDBInstancesRequest extends AbstractModel
Constructor and Description |
---|
RestartDBInstancesRequest() |
RestartDBInstancesRequest(RestartDBInstancesRequest 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 实例ID的数组
|
String |
getRestartTime()
Get 重启时间
|
void |
setInstanceIds(String[] InstanceIds)
Set 实例ID的数组
|
void |
setRestartTime(String RestartTime)
Set 重启时间
|
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 RestartDBInstancesRequest()
public RestartDBInstancesRequest(RestartDBInstancesRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 实例ID的数组public String getRestartTime()
public void setRestartTime(String RestartTime)
RestartTime
- 重启时间Copyright © 2021. All rights reserved.