@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetDataQualityResultResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetDataQualityResultResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetDataQualityResultResult |
clone() |
boolean |
equals(Object obj) |
List<DataQualityResult> |
getResults()
A list of
DataQualityResult objects representing the data quality results. |
List<String> |
getResultsNotFound()
A list of result IDs for which results were not found.
|
int |
hashCode() |
void |
setResults(Collection<DataQualityResult> results)
A list of
DataQualityResult objects representing the data quality results. |
void |
setResultsNotFound(Collection<String> resultsNotFound)
A list of result IDs for which results were not found.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetDataQualityResultResult |
withResults(Collection<DataQualityResult> results)
A list of
DataQualityResult objects representing the data quality results. |
BatchGetDataQualityResultResult |
withResults(DataQualityResult... results)
A list of
DataQualityResult objects representing the data quality results. |
BatchGetDataQualityResultResult |
withResultsNotFound(Collection<String> resultsNotFound)
A list of result IDs for which results were not found.
|
BatchGetDataQualityResultResult |
withResultsNotFound(String... resultsNotFound)
A list of result IDs for which results were not found.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DataQualityResult> getResults()
A list of DataQualityResult
objects representing the data quality results.
DataQualityResult
objects representing the data quality results.public void setResults(Collection<DataQualityResult> results)
A list of DataQualityResult
objects representing the data quality results.
results
- A list of DataQualityResult
objects representing the data quality results.public BatchGetDataQualityResultResult withResults(DataQualityResult... results)
A list of DataQualityResult
objects representing the data quality results.
NOTE: This method appends the values to the existing list (if any). Use
setResults(java.util.Collection)
or withResults(java.util.Collection)
if you want to override
the existing values.
results
- A list of DataQualityResult
objects representing the data quality results.public BatchGetDataQualityResultResult withResults(Collection<DataQualityResult> results)
A list of DataQualityResult
objects representing the data quality results.
results
- A list of DataQualityResult
objects representing the data quality results.public List<String> getResultsNotFound()
A list of result IDs for which results were not found.
public void setResultsNotFound(Collection<String> resultsNotFound)
A list of result IDs for which results were not found.
resultsNotFound
- A list of result IDs for which results were not found.public BatchGetDataQualityResultResult withResultsNotFound(String... resultsNotFound)
A list of result IDs for which results were not found.
NOTE: This method appends the values to the existing list (if any). Use
setResultsNotFound(java.util.Collection)
or withResultsNotFound(java.util.Collection)
if you
want to override the existing values.
resultsNotFound
- A list of result IDs for which results were not found.public BatchGetDataQualityResultResult withResultsNotFound(Collection<String> resultsNotFound)
A list of result IDs for which results were not found.
resultsNotFound
- A list of result IDs for which results were not found.public String toString()
toString
in class Object
Object.toString()
public BatchGetDataQualityResultResult clone()