@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVocabularyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateVocabularyResult() |
Modifier and Type | Method and Description |
---|---|
UpdateVocabularyResult |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language code you selected for your custom vocabulary.
|
Date |
getLastModifiedTime()
The date and time the specified custom vocabulary was last updated.
|
String |
getVocabularyName()
The name of the updated custom vocabulary.
|
String |
getVocabularyState()
The processing state of your custom vocabulary.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language code you selected for your custom vocabulary.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom vocabulary was last updated.
|
void |
setVocabularyName(String vocabularyName)
The name of the updated custom vocabulary.
|
void |
setVocabularyState(String vocabularyState)
The processing state of your custom vocabulary.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVocabularyResult |
withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
|
UpdateVocabularyResult |
withLanguageCode(String languageCode)
The language code you selected for your custom vocabulary.
|
UpdateVocabularyResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom vocabulary was last updated.
|
UpdateVocabularyResult |
withVocabularyName(String vocabularyName)
The name of the updated custom vocabulary.
|
UpdateVocabularyResult |
withVocabularyState(String vocabularyState)
The processing state of your custom vocabulary.
|
UpdateVocabularyResult |
withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVocabularyName(String vocabularyName)
The name of the updated custom vocabulary.
vocabularyName
- The name of the updated custom vocabulary.public String getVocabularyName()
The name of the updated custom vocabulary.
public UpdateVocabularyResult withVocabularyName(String vocabularyName)
The name of the updated custom vocabulary.
vocabularyName
- The name of the updated custom vocabulary.public void setLanguageCode(String languageCode)
The language code you selected for your custom vocabulary.
languageCode
- The language code you selected for your custom vocabulary.LanguageCode
public String getLanguageCode()
The language code you selected for your custom vocabulary.
LanguageCode
public UpdateVocabularyResult withLanguageCode(String languageCode)
The language code you selected for your custom vocabulary.
languageCode
- The language code you selected for your custom vocabulary.LanguageCode
public UpdateVocabularyResult withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
languageCode
- The language code you selected for your custom vocabulary.LanguageCode
public void setLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom vocabulary was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
lastModifiedTime
- The date and time the specified custom vocabulary was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
public Date getLastModifiedTime()
The date and time the specified custom vocabulary was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
public UpdateVocabularyResult withLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom vocabulary was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
lastModifiedTime
- The date and time the specified custom vocabulary was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
public void setVocabularyState(String vocabularyState)
The processing state of your custom vocabulary. If the state is READY
, you can use the custom
vocabulary in a StartTranscriptionJob
request.
vocabularyState
- The processing state of your custom vocabulary. If the state is READY
, you can use the custom
vocabulary in a StartTranscriptionJob
request.VocabularyState
public String getVocabularyState()
The processing state of your custom vocabulary. If the state is READY
, you can use the custom
vocabulary in a StartTranscriptionJob
request.
READY
, you can use the
custom vocabulary in a StartTranscriptionJob
request.VocabularyState
public UpdateVocabularyResult withVocabularyState(String vocabularyState)
The processing state of your custom vocabulary. If the state is READY
, you can use the custom
vocabulary in a StartTranscriptionJob
request.
vocabularyState
- The processing state of your custom vocabulary. If the state is READY
, you can use the custom
vocabulary in a StartTranscriptionJob
request.VocabularyState
public UpdateVocabularyResult withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary. If the state is READY
, you can use the custom
vocabulary in a StartTranscriptionJob
request.
vocabularyState
- The processing state of your custom vocabulary. If the state is READY
, you can use the custom
vocabulary in a StartTranscriptionJob
request.VocabularyState
public String toString()
toString
in class Object
Object.toString()
public UpdateVocabularyResult clone()