@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteImportDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchDeleteImportDataResult() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteImportDataResult |
clone() |
boolean |
equals(Object obj) |
List<BatchDeleteImportDataError> |
getErrors()
Error messages returned for each import task that you deleted as a response for this command.
|
int |
hashCode() |
void |
setErrors(Collection<BatchDeleteImportDataError> errors)
Error messages returned for each import task that you deleted as a response for this command.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteImportDataResult |
withErrors(BatchDeleteImportDataError... errors)
Error messages returned for each import task that you deleted as a response for this command.
|
BatchDeleteImportDataResult |
withErrors(Collection<BatchDeleteImportDataError> errors)
Error messages returned for each import task that you deleted as a response for this command.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BatchDeleteImportDataError> getErrors()
Error messages returned for each import task that you deleted as a response for this command.
public void setErrors(Collection<BatchDeleteImportDataError> errors)
Error messages returned for each import task that you deleted as a response for this command.
errors
- Error messages returned for each import task that you deleted as a response for this command.public BatchDeleteImportDataResult withErrors(BatchDeleteImportDataError... errors)
Error messages returned for each import task that you deleted as a response for this command.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection)
or withErrors(java.util.Collection)
if you want to override the
existing values.
errors
- Error messages returned for each import task that you deleted as a response for this command.public BatchDeleteImportDataResult withErrors(Collection<BatchDeleteImportDataError> errors)
Error messages returned for each import task that you deleted as a response for this command.
errors
- Error messages returned for each import task that you deleted as a response for this command.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteImportDataResult clone()