public static class GetWindowsUpdateResponse.Builder extends Object implements BmcResponse.Builder<GetWindowsUpdateResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetWindowsUpdateResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetWindowsUpdateResponse |
build()
Build the response object.
|
GetWindowsUpdateResponse.Builder |
copy(GetWindowsUpdateResponse o)
Copy method to populate the builder with values from the given instance.
|
GetWindowsUpdateResponse.Builder |
headers(Map<String,List<String>> headers) |
GetWindowsUpdateResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetWindowsUpdateResponse.Builder |
windowsUpdate(WindowsUpdate windowsUpdate)
The returned
WindowsUpdate instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetWindowsUpdateResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetWindowsUpdateResponse>
public GetWindowsUpdateResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetWindowsUpdateResponse>
public GetWindowsUpdateResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic GetWindowsUpdateResponse.Builder windowsUpdate(WindowsUpdate windowsUpdate)
The returned WindowsUpdate
instance.
windowsUpdate
- the value to setpublic GetWindowsUpdateResponse.Builder copy(GetWindowsUpdateResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetWindowsUpdateResponse>
o
- other request from which to copy valuespublic GetWindowsUpdateResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetWindowsUpdateResponse>
Copyright © 2016–2024. All rights reserved.