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