Class ListVoicesResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.aispeech.responses.ListVoicesResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<ListVoicesResponse>
- Enclosing class:
- ListVoicesResponse
public static class ListVoicesResponse.Builder extends Object implements BmcResponse.Builder<ListVoicesResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListVoicesResponse.Builder
__httpStatusCode__(int __httpStatusCode__)
ListVoicesResponse
build()
Build the response object.ListVoicesResponse.Builder
copy(ListVoicesResponse o)
Copy method to populate the builder with values from the given instance.ListVoicesResponse.Builder
headers(Map<String,List<String>> headers)
ListVoicesResponse.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.ListVoicesResponse.Builder
voiceCollection(VoiceCollection voiceCollection)
The returned VoiceCollection instance.-
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 ListVoicesResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<ListVoicesResponse>
-
headers
public ListVoicesResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<ListVoicesResponse>
-
opcRequestId
public ListVoicesResponse.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
-
voiceCollection
public ListVoicesResponse.Builder voiceCollection(VoiceCollection voiceCollection)
The returned VoiceCollection instance.- Parameters:
voiceCollection
- the value to set- Returns:
- this builder
-
copy
public ListVoicesResponse.Builder copy(ListVoicesResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<ListVoicesResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListVoicesResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<ListVoicesResponse>
- Returns:
- the response object
-
-