public static class GetBackendSetResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetBackendSetResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetBackendSetResponse.Builder |
backendSet(BackendSet backendSet)
The returned BackendSet instance.
|
GetBackendSetResponse |
build() |
GetBackendSetResponse.Builder |
copy(GetBackendSetResponse o)
Copy method to populate the builder with values from the given instance.
|
GetBackendSetResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetBackendSetResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public GetBackendSetResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetBackendSetResponse.Builder copy(GetBackendSetResponse o)
Copy method to populate the builder with values from the given instance.
public GetBackendSetResponse build()
public GetBackendSetResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you must contact Oracle about a particular request, then provide the request identifier.
this
.public GetBackendSetResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public GetBackendSetResponse.Builder backendSet(BackendSet backendSet)
The returned BackendSet instance.
this
.Copyright © 2016–2022. All rights reserved.