public class DeleteBackupRecordsRequest extends AbstractModel
Constructor and Description |
---|
DeleteBackupRecordsRequest() |
DeleteBackupRecordsRequest(DeleteBackupRecordsRequest 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 |
---|---|
BackupRecords[] |
getBackupRecords()
Get Details of the backup records to be deleted
|
String |
getClusterId()
Get Cluster ID of the backup records to be deleted
|
void |
setBackupRecords(BackupRecords[] BackupRecords)
Set Details of the backup records to be deleted
|
void |
setClusterId(String ClusterId)
Set Cluster ID of the backup records to be deleted
|
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 DeleteBackupRecordsRequest()
public DeleteBackupRecordsRequest(DeleteBackupRecordsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster ID of the backup records to be deletedpublic BackupRecords[] getBackupRecords()
public void setBackupRecords(BackupRecords[] BackupRecords)
BackupRecords
- Details of the backup records to be deletedCopyright © 2023. All rights reserved.