Package com.oracle.bmc.datacc.responses
Class ListMaintenanceRunsResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.datacc.responses.ListMaintenanceRunsResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<ListMaintenanceRunsResponse>
- Enclosing class:
- ListMaintenanceRunsResponse
public static class ListMaintenanceRunsResponse.Builder extends Object implements BmcResponse.Builder<ListMaintenanceRunsResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListMaintenanceRunsResponse.Builder__httpStatusCode__(int __httpStatusCode__)ListMaintenanceRunsResponsebuild()Build the response object.ListMaintenanceRunsResponse.Buildercopy(ListMaintenanceRunsResponse o)Copy method to populate the builder with values from the given instance.ListMaintenanceRunsResponse.Builderheaders(Map<String,List<String>> headers)ListMaintenanceRunsResponse.BuildermaintenanceRunCollection(MaintenanceRunCollection maintenanceRunCollection)The returned MaintenanceRunCollection instance.ListMaintenanceRunsResponse.BuilderopcNextPage(String opcNextPage)For pagination of a list of items.ListMaintenanceRunsResponse.BuilderopcRequestId(String opcRequestId)Unique identifier assigned by Oracle for the request.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public ListMaintenanceRunsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<ListMaintenanceRunsResponse>
-
headers
public ListMaintenanceRunsResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<ListMaintenanceRunsResponse>
-
opcRequestId
public ListMaintenanceRunsResponse.Builder opcRequestId(String opcRequestId)
Unique identifier assigned by Oracle for the request.If you need to contact Oracle about a particular request, then please provide the request ID.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder
-
opcNextPage
public ListMaintenanceRunsResponse.Builder opcNextPage(String opcNextPage)
For pagination of a list of items.When paging through a list, if this header appears in the response, then it can mean that a partial list was returned. To obtain the next batch of items, include this value as the page parameter for your next GET request.
- Parameters:
opcNextPage- the value to set- Returns:
- this builder
-
maintenanceRunCollection
public ListMaintenanceRunsResponse.Builder maintenanceRunCollection(MaintenanceRunCollection maintenanceRunCollection)
The returned MaintenanceRunCollection instance.- Parameters:
maintenanceRunCollection- the value to set- Returns:
- this builder
-
copy
public ListMaintenanceRunsResponse.Builder copy(ListMaintenanceRunsResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<ListMaintenanceRunsResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListMaintenanceRunsResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<ListMaintenanceRunsResponse>- Returns:
- the response object
-
-