@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyzeIDResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AnalyzeIDResult() |
Modifier and Type | Method and Description |
---|---|
AnalyzeIDResult |
clone() |
boolean |
equals(Object obj) |
String |
getAnalyzeIDModelVersion()
The version of the AnalyzeIdentity API being used to process documents.
|
DocumentMetadata |
getDocumentMetadata() |
List<IdentityDocument> |
getIdentityDocuments()
The list of documents processed by AnalyzeID.
|
int |
hashCode() |
void |
setAnalyzeIDModelVersion(String analyzeIDModelVersion)
The version of the AnalyzeIdentity API being used to process documents.
|
void |
setDocumentMetadata(DocumentMetadata documentMetadata) |
void |
setIdentityDocuments(Collection<IdentityDocument> identityDocuments)
The list of documents processed by AnalyzeID.
|
String |
toString()
Returns a string representation of this object.
|
AnalyzeIDResult |
withAnalyzeIDModelVersion(String analyzeIDModelVersion)
The version of the AnalyzeIdentity API being used to process documents.
|
AnalyzeIDResult |
withDocumentMetadata(DocumentMetadata documentMetadata) |
AnalyzeIDResult |
withIdentityDocuments(Collection<IdentityDocument> identityDocuments)
The list of documents processed by AnalyzeID.
|
AnalyzeIDResult |
withIdentityDocuments(IdentityDocument... identityDocuments)
The list of documents processed by AnalyzeID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<IdentityDocument> getIdentityDocuments()
The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the response structure for the document.
public void setIdentityDocuments(Collection<IdentityDocument> identityDocuments)
The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the response structure for the document.
identityDocuments
- The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the
response structure for the document.public AnalyzeIDResult withIdentityDocuments(IdentityDocument... identityDocuments)
The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the response structure for the document.
NOTE: This method appends the values to the existing list (if any). Use
setIdentityDocuments(java.util.Collection)
or withIdentityDocuments(java.util.Collection)
if
you want to override the existing values.
identityDocuments
- The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the
response structure for the document.public AnalyzeIDResult withIdentityDocuments(Collection<IdentityDocument> identityDocuments)
The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the response structure for the document.
identityDocuments
- The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the
response structure for the document.public void setDocumentMetadata(DocumentMetadata documentMetadata)
documentMetadata
- public DocumentMetadata getDocumentMetadata()
public AnalyzeIDResult withDocumentMetadata(DocumentMetadata documentMetadata)
documentMetadata
- public void setAnalyzeIDModelVersion(String analyzeIDModelVersion)
The version of the AnalyzeIdentity API being used to process documents.
analyzeIDModelVersion
- The version of the AnalyzeIdentity API being used to process documents.public String getAnalyzeIDModelVersion()
The version of the AnalyzeIdentity API being used to process documents.
public AnalyzeIDResult withAnalyzeIDModelVersion(String analyzeIDModelVersion)
The version of the AnalyzeIdentity API being used to process documents.
analyzeIDModelVersion
- The version of the AnalyzeIdentity API being used to process documents.public String toString()
toString
in class Object
Object.toString()
public AnalyzeIDResult clone()