Class ListDesktopPoolsResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.desktops.responses.ListDesktopPoolsResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<ListDesktopPoolsResponse>
- Enclosing class:
- ListDesktopPoolsResponse
public static class ListDesktopPoolsResponse.Builder extends Object implements BmcResponse.Builder<ListDesktopPoolsResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDesktopPoolsResponse.Builder
__httpStatusCode__(int __httpStatusCode__)
ListDesktopPoolsResponse
build()
Build the response object.ListDesktopPoolsResponse.Builder
copy(ListDesktopPoolsResponse o)
Copy method to populate the builder with values from the given instance.ListDesktopPoolsResponse.Builder
desktopPoolCollection(DesktopPoolCollection desktopPoolCollection)
The returned DesktopPoolCollection instance.ListDesktopPoolsResponse.Builder
headers(Map<String,List<String>> headers)
ListDesktopPoolsResponse.Builder
opcNextPage(String opcNextPage)
For pagination.ListDesktopPoolsResponse.Builder
opcRequestId(String opcRequestId)
The unique identifier of 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 ListDesktopPoolsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<ListDesktopPoolsResponse>
-
headers
public ListDesktopPoolsResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<ListDesktopPoolsResponse>
-
opcRequestId
public ListDesktopPoolsResponse.Builder opcRequestId(String opcRequestId)
The unique identifier of the request.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder
-
opcNextPage
public ListDesktopPoolsResponse.Builder opcNextPage(String opcNextPage)
For pagination.- Parameters:
opcNextPage
- the value to set- Returns:
- this builder
-
desktopPoolCollection
public ListDesktopPoolsResponse.Builder desktopPoolCollection(DesktopPoolCollection desktopPoolCollection)
The returned DesktopPoolCollection instance.- Parameters:
desktopPoolCollection
- the value to set- Returns:
- this builder
-
copy
public ListDesktopPoolsResponse.Builder copy(ListDesktopPoolsResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<ListDesktopPoolsResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListDesktopPoolsResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<ListDesktopPoolsResponse>
- Returns:
- the response object
-
-