public class CreateDisasterRecoverGroupRequest extends AbstractModel
Constructor and Description |
---|
CreateDisasterRecoverGroupRequest() |
CreateDisasterRecoverGroupRequest(CreateDisasterRecoverGroupRequest 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 |
getClientToken()
Get A string used to ensure the idempotency of the request, which is generated by the user and must be unique to each request.
|
String |
getName()
Get Name of the spread placement group.
|
String |
getType()
Get Type of the spread placement group.
|
void |
setClientToken(String ClientToken)
Set A string used to ensure the idempotency of the request, which is generated by the user and must be unique to each request.
|
void |
setName(String Name)
Set Name of the spread placement group.
|
void |
setType(String Type)
Set Type of the spread placement group.
|
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 CreateDisasterRecoverGroupRequest()
public CreateDisasterRecoverGroupRequest(CreateDisasterRecoverGroupRequest source)
public String getName()
public void setName(String Name)
Name
- Name of the spread placement group. The name must be 1-60 characters long and can contain both Chinese characters and English letters.public String getType()
public void setType(String Type)
Type
- Type of the spread placement group. Valid values: public String getClientToken()
public void setClientToken(String ClientToken)
ClientToken
- A string used to ensure the idempotency of the request, which is generated by the user and must be unique to each request. The maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed. Copyright © 2023. All rights reserved.