@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchDeleteTableResult() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteTableResult |
clone() |
boolean |
equals(Object obj) |
List<TableError> |
getErrors()
A list of errors encountered in attempting to delete the specified tables.
|
int |
hashCode() |
void |
setErrors(Collection<TableError> errors)
A list of errors encountered in attempting to delete the specified tables.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchDeleteTableResult |
withErrors(Collection<TableError> errors)
A list of errors encountered in attempting to delete the specified tables.
|
BatchDeleteTableResult |
withErrors(TableError... errors)
A list of errors encountered in attempting to delete the specified tables.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TableError> getErrors()
A list of errors encountered in attempting to delete the specified tables.
public void setErrors(Collection<TableError> errors)
A list of errors encountered in attempting to delete the specified tables.
errors
- A list of errors encountered in attempting to delete the specified tables.public BatchDeleteTableResult withErrors(TableError... errors)
A list of errors encountered in attempting to delete the specified tables.
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
- A list of errors encountered in attempting to delete the specified tables.public BatchDeleteTableResult withErrors(Collection<TableError> errors)
A list of errors encountered in attempting to delete the specified tables.
errors
- A list of errors encountered in attempting to delete the specified tables.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteTableResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.