public static class ListSupportedSkusResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ListSupportedSkusResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListSupportedSkusResponse |
build() |
ListSupportedSkusResponse.Builder |
copy(ListSupportedSkusResponse o)
Copy method to populate the builder with values from the given instance.
|
ListSupportedSkusResponse.Builder |
opcNextPage(String opcNextPage)
For list pagination.
|
ListSupportedSkusResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListSupportedSkusResponse.Builder |
supportedSkuSummaryCollection(SupportedSkuSummaryCollection supportedSkuSummaryCollection)
The returned SupportedSkuSummaryCollection instance.
|
String |
toString() |
public ListSupportedSkusResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListSupportedSkusResponse.Builder copy(ListSupportedSkusResponse o)
Copy method to populate the builder with values from the given instance.
public ListSupportedSkusResponse build()
public ListSupportedSkusResponse.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 ListSupportedSkusResponse.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 ListSupportedSkusResponse.Builder supportedSkuSummaryCollection(SupportedSkuSummaryCollection supportedSkuSummaryCollection)
The returned SupportedSkuSummaryCollection instance.
this
.Copyright © 2016–2022. All rights reserved.