public static class ListSteeringPoliciesResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ListSteeringPoliciesResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListSteeringPoliciesResponse |
build() |
ListSteeringPoliciesResponse.Builder |
copy(ListSteeringPoliciesResponse o)
Copy method to populate the builder with values from the given instance.
|
ListSteeringPoliciesResponse.Builder |
items(List<SteeringPolicySummary> items)
A list of com.oracle.bmc.dns.model.SteeringPolicySummary instances.
|
ListSteeringPoliciesResponse.Builder |
opcNextPage(String opcNextPage)
For list pagination.
|
ListSteeringPoliciesResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListSteeringPoliciesResponse.Builder |
opcTotalItems(Integer opcTotalItems)
The total number of items that match the query.
|
String |
toString() |
public ListSteeringPoliciesResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListSteeringPoliciesResponse.Builder copy(ListSteeringPoliciesResponse o)
Copy method to populate the builder with values from the given instance.
public ListSteeringPoliciesResponse build()
public ListSteeringPoliciesResponse.Builder opcNextPage(String opcNextPage)
For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see List Pagination.
this
.public ListSteeringPoliciesResponse.Builder opcTotalItems(Integer opcTotalItems)
The total number of items that match the query.
this
.public ListSteeringPoliciesResponse.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 ListSteeringPoliciesResponse.Builder items(List<SteeringPolicySummary> items)
A list of com.oracle.bmc.dns.model.SteeringPolicySummary instances.
this
.Copyright © 2016–2022. All rights reserved.