public class DeleteBackupRequest extends AbstractModel
Constructor and Description |
---|
DeleteBackupRequest() |
DeleteBackupRequest(DeleteBackupRequest 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 |
---|---|
Long[] |
getBackupIds()
Get Backup file ID.
|
String |
getClusterId()
Get Cluster ID
|
Long[] |
getSnapshotIdList()
Get Backup file ID.
|
void |
setBackupIds(Long[] BackupIds)
Set Backup file ID.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setSnapshotIdList(Long[] SnapshotIdList)
Set Backup file ID.
|
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 DeleteBackupRequest()
public DeleteBackupRequest(DeleteBackupRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic Long[] getSnapshotIdList()
public void setSnapshotIdList(Long[] SnapshotIdList)
SnapshotIdList
- Backup file ID. This field is used by legacy versions and thus not recommended.public Long[] getBackupIds()
public void setBackupIds(Long[] BackupIds)
BackupIds
- Backup file ID. This field is recommended.Copyright © 2023. All rights reserved.