@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEntityRecognizerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateEntityRecognizerResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateEntityRecognizerResult |
clone() |
boolean |
equals(Object obj) |
String |
getEntityRecognizerArn()
The Amazon Resource Name (ARN) that identifies the entity recognizer.
|
int |
hashCode() |
void |
setEntityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateEntityRecognizerResult |
withEntityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEntityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
entityRecognizerArn - The Amazon Resource Name (ARN) that identifies the entity recognizer.public String getEntityRecognizerArn()
The Amazon Resource Name (ARN) that identifies the entity recognizer.
public CreateEntityRecognizerResult withEntityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
entityRecognizerArn - The Amazon Resource Name (ARN) that identifies the entity recognizer.public String toString()
toString in class ObjectObject.toString()public CreateEntityRecognizerResult clone()
Copyright © 2018. All rights reserved.