@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDominantLanguageDetectionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDominantLanguageDetectionJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDominantLanguageDetectionJobResult |
clone() |
boolean |
equals(Object obj) |
DominantLanguageDetectionJobProperties |
getDominantLanguageDetectionJobProperties()
An object that contains the properties associated with a dominant language detection job.
|
int |
hashCode() |
void |
setDominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties dominantLanguageDetectionJobProperties)
An object that contains the properties associated with a dominant language detection job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDominantLanguageDetectionJobResult |
withDominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties dominantLanguageDetectionJobProperties)
An object that contains the properties associated with a dominant language detection job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeDominantLanguageDetectionJobResult()
public void setDominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties dominantLanguageDetectionJobProperties)
An object that contains the properties associated with a dominant language detection job.
dominantLanguageDetectionJobProperties
- An object that contains the properties associated with a dominant language detection job.public DominantLanguageDetectionJobProperties getDominantLanguageDetectionJobProperties()
An object that contains the properties associated with a dominant language detection job.
public DescribeDominantLanguageDetectionJobResult withDominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties dominantLanguageDetectionJobProperties)
An object that contains the properties associated with a dominant language detection job.
dominantLanguageDetectionJobProperties
- An object that contains the properties associated with a dominant language detection job.public String toString()
toString
in class Object
Object.toString()
public DescribeDominantLanguageDetectionJobResult clone()