public static class UpdatePingMonitorResponse.Builder extends Object implements BmcResponse.Builder<UpdatePingMonitorResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdatePingMonitorResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdatePingMonitorResponse |
build()
Build the response object.
|
UpdatePingMonitorResponse.Builder |
copy(UpdatePingMonitorResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdatePingMonitorResponse.Builder |
etag(String etag)
An entity tag that uniquely identifies a version of the resource.
|
UpdatePingMonitorResponse.Builder |
headers(Map<String,List<String>> headers) |
UpdatePingMonitorResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
UpdatePingMonitorResponse.Builder |
pingMonitor(PingMonitor pingMonitor)
The returned
PingMonitor instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public UpdatePingMonitorResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<UpdatePingMonitorResponse>
public UpdatePingMonitorResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<UpdatePingMonitorResponse>
public UpdatePingMonitorResponse.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 UpdatePingMonitorResponse.Builder etag(String etag)
An entity tag that uniquely identifies a version of the resource.
etag
- the value to setpublic UpdatePingMonitorResponse.Builder pingMonitor(PingMonitor pingMonitor)
The returned PingMonitor
instance.
pingMonitor
- the value to setpublic UpdatePingMonitorResponse.Builder copy(UpdatePingMonitorResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<UpdatePingMonitorResponse>
o
- other request from which to copy valuespublic UpdatePingMonitorResponse build()
Build the response object.
build
in interface BmcResponse.Builder<UpdatePingMonitorResponse>
Copyright © 2016–2024. All rights reserved.