public class UpdateVoiceModelOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
UpdateVoiceModelOptions.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
customizationId()
Gets the customizationId. 
 | 
java.lang.String | 
description()
Gets the description. 
 | 
java.lang.String | 
name()
Gets the name. 
 | 
UpdateVoiceModelOptions.Builder | 
newBuilder()
New builder. 
 | 
java.util.List<Word> | 
words()
Gets the words. 
 | 
equals, hashCode, toStringpublic UpdateVoiceModelOptions.Builder newBuilder()
public java.lang.String customizationId()
public java.lang.String name()
public java.lang.String description()
public java.util.List<Word> words()