public class DescribeBackupsResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
DescribeBackupsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupsResponse |
addBackupsItem(BackupForDescribeBackupsOutput backupsItem) |
DescribeBackupsResponse |
backups(List<BackupForDescribeBackupsOutput> backups) |
boolean |
equals(Object o) |
@Valid List<BackupForDescribeBackupsOutput> |
getBackups()
Get backups
|
Integer |
getTotal()
Get total
|
int |
hashCode() |
void |
setBackups(List<BackupForDescribeBackupsOutput> backups) |
void |
setTotal(Integer total) |
String |
toString() |
DescribeBackupsResponse |
total(Integer total) |
getResponseMetadata, setResponseMetadatapublic DescribeBackupsResponse backups(List<BackupForDescribeBackupsOutput> backups)
public DescribeBackupsResponse addBackupsItem(BackupForDescribeBackupsOutput backupsItem)
@Valid public @Valid List<BackupForDescribeBackupsOutput> getBackups()
public void setBackups(List<BackupForDescribeBackupsOutput> backups)
public DescribeBackupsResponse total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
Copyright © 2026. All rights reserved.