@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.
|
CreateEntityRecognizerResult |
withEntityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateEntityRecognizerResult clone()