public static class StartDesktopResponse.Builder extends Object implements BmcResponse.Builder<StartDesktopResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StartDesktopResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
StartDesktopResponse |
build()
Build the response object.
|
StartDesktopResponse.Builder |
copy(StartDesktopResponse o)
Copy method to populate the builder with values from the given instance.
|
StartDesktopResponse.Builder |
headers(Map<String,List<String>> headers) |
StartDesktopResponse.Builder |
opcRequestId(String opcRequestId)
The unique identifier of the request.
|
StartDesktopResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
A unique identifier for an asynchronous request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public StartDesktopResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<StartDesktopResponse>
public StartDesktopResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<StartDesktopResponse>
public StartDesktopResponse.Builder opcRequestId(String opcRequestId)
The unique identifier of the request.
opcRequestId
- the value to setpublic StartDesktopResponse.Builder opcWorkRequestId(String opcWorkRequestId)
A unique identifier for an asynchronous request.
opcWorkRequestId
- the value to setpublic StartDesktopResponse.Builder copy(StartDesktopResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<StartDesktopResponse>
o
- other request from which to copy valuespublic StartDesktopResponse build()
Build the response object.
build
in interface BmcResponse.Builder<StartDesktopResponse>
Copyright © 2016–2024. All rights reserved.