@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() |
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, copyBaseTo, 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 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 Object
Object.toString()
public BatchGetDataQualityResultRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.