public class DescribeLanguageModelResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeLanguageModelResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
LanguageModel |
getLanguageModel()
The name of the custom language model you requested more information
about.
|
int |
hashCode() |
void |
setLanguageModel(LanguageModel languageModel)
The name of the custom language model you requested more information
about.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLanguageModelResult |
withLanguageModel(LanguageModel languageModel)
The name of the custom language model you requested more information
about.
|
public LanguageModel getLanguageModel()
The name of the custom language model you requested more information about.
The name of the custom language model you requested more information about.
public void setLanguageModel(LanguageModel languageModel)
The name of the custom language model you requested more information about.
languageModel - The name of the custom language model you requested more information about.
public DescribeLanguageModelResult withLanguageModel(LanguageModel languageModel)
The name of the custom language model you requested more information about.
Returns a reference to this object so that method calls can be chained together.
languageModel - The name of the custom language model you requested more information about.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.