Class ListNatRulesResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.responses.ListNatRulesResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<ListNatRulesResponse>
- Enclosing class:
- ListNatRulesResponse
public static class ListNatRulesResponse.Builder extends Object implements BmcResponse.Builder<ListNatRulesResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListNatRulesResponse.Builder__httpStatusCode__(int __httpStatusCode__)ListNatRulesResponsebuild()Build the response object.ListNatRulesResponse.Buildercopy(ListNatRulesResponse o)Copy method to populate the builder with values from the given instance.ListNatRulesResponse.Builderheaders(Map<String,List<String>> headers)ListNatRulesResponse.BuildernatRuleCollection(NatRuleCollection natRuleCollection)The returned NatRuleCollection instance.ListNatRulesResponse.BuilderopcNextPage(String opcNextPage)For list pagination.ListNatRulesResponse.BuilderopcPageCount(String opcPageCount)For pagination of a list of items.ListNatRulesResponse.BuilderopcPrevPage(String opcPrevPage)For list pagination.ListNatRulesResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListNatRulesResponse.BuilderopcTotalItems(Integer opcTotalItems)For pagination of a list of items.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public ListNatRulesResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<ListNatRulesResponse>
-
headers
public ListNatRulesResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<ListNatRulesResponse>
-
opcRequestId
public ListNatRulesResponse.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.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder
-
opcNextPage
public ListNatRulesResponse.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.
- Parameters:
opcNextPage- the value to set- Returns:
- this builder
-
opcPrevPage
public ListNatRulesResponse.Builder opcPrevPage(String opcPrevPage)
For list pagination.When this header appears in the response, previous pages of results exist. For important details about how pagination works, see List Pagination.
- Parameters:
opcPrevPage- the value to set- Returns:
- this builder
-
opcPageCount
public ListNatRulesResponse.Builder opcPageCount(String opcPageCount)
For pagination of a list of items.When paging through a list, if this header appears in the response, then a partial list might have been returned. This is to get the page counts overall.
- Parameters:
opcPageCount- the value to set- Returns:
- this builder
-
opcTotalItems
public ListNatRulesResponse.Builder opcTotalItems(Integer opcTotalItems)
For pagination of a list of items.This provides the count of total items across pages.
- Parameters:
opcTotalItems- the value to set- Returns:
- this builder
-
natRuleCollection
public ListNatRulesResponse.Builder natRuleCollection(NatRuleCollection natRuleCollection)
The returned NatRuleCollection instance.- Parameters:
natRuleCollection- the value to set- Returns:
- this builder
-
copy
public ListNatRulesResponse.Builder copy(ListNatRulesResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<ListNatRulesResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListNatRulesResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<ListNatRulesResponse>- Returns:
- the response object
-
-