public static class ListDataKeysResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListDataKeysResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListDataKeysResponse |
build()
Build the response object.
|
ListDataKeysResponse.Builder |
copy(ListDataKeysResponse o)
Copy method to populate the builder with values from the given instance.
|
ListDataKeysResponse.Builder |
items(List<DataKeySummary> items)
A list of com.oracle.bmc.apmcontrolplane.model.DataKeySummary instances.
|
ListDataKeysResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public ListDataKeysResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListDataKeysResponse.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 ListDataKeysResponse.Builder items(List<DataKeySummary> items)
A list of com.oracle.bmc.apmcontrolplane.model.DataKeySummary instances.
items
- the value to setpublic ListDataKeysResponse.Builder copy(ListDataKeysResponse o)
Copy method to populate the builder with values from the given instance.
public ListDataKeysResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.