@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetDocumentStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetDocumentStatusRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetDocumentStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<DocumentInfo> |
getDocumentInfoList()
A list of
DocumentInfo objects that identify the documents for which to get the status. |
String |
getIndexId()
The identifier of the index to add documents to.
|
int |
hashCode() |
void |
setDocumentInfoList(Collection<DocumentInfo> documentInfoList)
A list of
DocumentInfo objects that identify the documents for which to get the status. |
void |
setIndexId(String indexId)
The identifier of the index to add documents to.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetDocumentStatusRequest |
withDocumentInfoList(Collection<DocumentInfo> documentInfoList)
A list of
DocumentInfo objects that identify the documents for which to get the status. |
BatchGetDocumentStatusRequest |
withDocumentInfoList(DocumentInfo... documentInfoList)
A list of
DocumentInfo objects that identify the documents for which to get the status. |
BatchGetDocumentStatusRequest |
withIndexId(String indexId)
The identifier of the index to add documents to.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIndexId(String indexId)
The identifier of the index to add documents to. The index ID is returned by the CreateIndex API.
indexId
- The identifier of the index to add documents to. The index ID is returned by the CreateIndex API.public String getIndexId()
The identifier of the index to add documents to. The index ID is returned by the CreateIndex API.
public BatchGetDocumentStatusRequest withIndexId(String indexId)
The identifier of the index to add documents to. The index ID is returned by the CreateIndex API.
indexId
- The identifier of the index to add documents to. The index ID is returned by the CreateIndex API.public List<DocumentInfo> getDocumentInfoList()
A list of DocumentInfo
objects that identify the documents for which to get the status. You identify
the documents by their document ID and optional attributes.
DocumentInfo
objects that identify the documents for which to get the status. You
identify the documents by their document ID and optional attributes.public void setDocumentInfoList(Collection<DocumentInfo> documentInfoList)
A list of DocumentInfo
objects that identify the documents for which to get the status. You identify
the documents by their document ID and optional attributes.
documentInfoList
- A list of DocumentInfo
objects that identify the documents for which to get the status. You
identify the documents by their document ID and optional attributes.public BatchGetDocumentStatusRequest withDocumentInfoList(DocumentInfo... documentInfoList)
A list of DocumentInfo
objects that identify the documents for which to get the status. You identify
the documents by their document ID and optional attributes.
NOTE: This method appends the values to the existing list (if any). Use
setDocumentInfoList(java.util.Collection)
or withDocumentInfoList(java.util.Collection)
if you
want to override the existing values.
documentInfoList
- A list of DocumentInfo
objects that identify the documents for which to get the status. You
identify the documents by their document ID and optional attributes.public BatchGetDocumentStatusRequest withDocumentInfoList(Collection<DocumentInfo> documentInfoList)
A list of DocumentInfo
objects that identify the documents for which to get the status. You identify
the documents by their document ID and optional attributes.
documentInfoList
- A list of DocumentInfo
objects that identify the documents for which to get the status. You
identify the documents by their document ID and optional attributes.public String toString()
toString
in class Object
Object.toString()
public BatchGetDocumentStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()