@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetDataQualityResultRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchGetDataQualityResultRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetDataQualityResultRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getResultIds()
A list of unique result IDs for the data quality results.
|
int |
hashCode() |
void |
setResultIds(Collection<String> resultIds)
A list of unique result IDs for the data quality results.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetDataQualityResultRequest |
withResultIds(Collection<String> resultIds)
A list of unique result IDs for the data quality results.
|
BatchGetDataQualityResultRequest |
withResultIds(String... resultIds)
A list of unique result IDs for the data quality results.
|
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, withSdkRequestTimeoutpublic List<String> getResultIds()
A list of unique result IDs for the data quality results.
public void setResultIds(Collection<String> resultIds)
A list of unique result IDs for the data quality results.
resultIds - A list of unique result IDs for the data quality results.public BatchGetDataQualityResultRequest withResultIds(String... resultIds)
A list of unique result IDs for the data quality results.
NOTE: This method appends the values to the existing list (if any). Use
setResultIds(java.util.Collection) or withResultIds(java.util.Collection) if you want to
override the existing values.
resultIds - A list of unique result IDs for the data quality results.public BatchGetDataQualityResultRequest withResultIds(Collection<String> resultIds)
A list of unique result IDs for the data quality results.
resultIds - A list of unique result IDs for the data quality results.public String toString()
toString in class ObjectObject.toString()public BatchGetDataQualityResultRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()