public class CreateClusterSnapshotRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateClusterSnapshotRequest() |
CreateClusterSnapshotRequest(CreateClusterSnapshotRequest 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 |
getIndices()
Get 索引名称
|
String |
getInstanceId()
Get 实例名称
|
String |
getSnapshotName()
Get 快照名称
|
void |
setIndices(String Indices)
Set 索引名称
|
void |
setInstanceId(String InstanceId)
Set 实例名称
|
void |
setSnapshotName(String SnapshotName)
Set 快照名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateClusterSnapshotRequest()
public CreateClusterSnapshotRequest(CreateClusterSnapshotRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例名称public String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName
- 快照名称public String getIndices()
public void setIndices(String Indices)
Indices
- 索引名称Copyright © 2025. All rights reserved.