public static class ListBackupsResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ListBackupsResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListBackupsResponse |
build() |
ListBackupsResponse.Builder |
copy(ListBackupsResponse o)
Copy method to populate the builder with values from the given instance.
|
ListBackupsResponse.Builder |
items(List<BackupSummary> items) |
ListBackupsResponse.Builder |
opcNextPage(String opcNextPage) |
ListBackupsResponse.Builder |
opcRequestId(String opcRequestId) |
String |
toString() |
public ListBackupsResponse.Builder copy(ListBackupsResponse o)
Copy method to populate the builder with values from the given instance.
public ListBackupsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListBackupsResponse.Builder opcRequestId(String opcRequestId)
public ListBackupsResponse.Builder opcNextPage(String opcNextPage)
public ListBackupsResponse.Builder items(List<BackupSummary> items)
public ListBackupsResponse build()
Copyright © 2016–2021. All rights reserved.