@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDocumentClassifierResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDocumentClassifierResult() |
Modifier and Type | Method and Description |
---|---|
CreateDocumentClassifierResult |
clone() |
boolean |
equals(Object obj) |
String |
getDocumentClassifierArn()
The Amazon Resource Name (ARN) that identifies the document classifier.
|
int |
hashCode() |
void |
setDocumentClassifierArn(String documentClassifierArn)
The Amazon Resource Name (ARN) that identifies the document classifier.
|
String |
toString()
Returns a string representation of this object.
|
CreateDocumentClassifierResult |
withDocumentClassifierArn(String documentClassifierArn)
The Amazon Resource Name (ARN) that identifies the document classifier.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDocumentClassifierArn(String documentClassifierArn)
The Amazon Resource Name (ARN) that identifies the document classifier.
documentClassifierArn
- The Amazon Resource Name (ARN) that identifies the document classifier.public String getDocumentClassifierArn()
The Amazon Resource Name (ARN) that identifies the document classifier.
public CreateDocumentClassifierResult withDocumentClassifierArn(String documentClassifierArn)
The Amazon Resource Name (ARN) that identifies the document classifier.
documentClassifierArn
- The Amazon Resource Name (ARN) that identifies the document classifier.public String toString()
toString
in class Object
Object.toString()
public CreateDocumentClassifierResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.