public static class GetProtectedDatabaseResponse.Builder extends Object implements BmcResponse.Builder<GetProtectedDatabaseResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetProtectedDatabaseResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetProtectedDatabaseResponse |
build()
Build the response object.
|
GetProtectedDatabaseResponse.Builder |
copy(GetProtectedDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
|
GetProtectedDatabaseResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetProtectedDatabaseResponse.Builder |
headers(Map<String,List<String>> headers) |
GetProtectedDatabaseResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetProtectedDatabaseResponse.Builder |
protectedDatabase(ProtectedDatabase protectedDatabase)
The returned
ProtectedDatabase instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetProtectedDatabaseResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetProtectedDatabaseResponse>
public GetProtectedDatabaseResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetProtectedDatabaseResponse>
public GetProtectedDatabaseResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetProtectedDatabaseResponse.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 GetProtectedDatabaseResponse.Builder protectedDatabase(ProtectedDatabase protectedDatabase)
The returned ProtectedDatabase
instance.
protectedDatabase
- the value to setpublic GetProtectedDatabaseResponse.Builder copy(GetProtectedDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetProtectedDatabaseResponse>
o
- other request from which to copy valuespublic GetProtectedDatabaseResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetProtectedDatabaseResponse>
Copyright © 2016–2024. All rights reserved.