@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteTableVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchDeleteTableVersionResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteTableVersionResult |
clone() |
boolean |
equals(Object obj) |
List<TableVersionError> |
getErrors()
A list of errors encountered while trying to delete the specified table versions.
|
int |
hashCode() |
void |
setErrors(Collection<TableVersionError> errors)
A list of errors encountered while trying to delete the specified table versions.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteTableVersionResult |
withErrors(Collection<TableVersionError> errors)
A list of errors encountered while trying to delete the specified table versions.
|
BatchDeleteTableVersionResult |
withErrors(TableVersionError... errors)
A list of errors encountered while trying to delete the specified table versions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<TableVersionError> getErrors()
A list of errors encountered while trying to delete the specified table versions.
public void setErrors(Collection<TableVersionError> errors)
A list of errors encountered while trying to delete the specified table versions.
errors - A list of errors encountered while trying to delete the specified table versions.public BatchDeleteTableVersionResult withErrors(TableVersionError... errors)
A list of errors encountered while trying to delete the specified table versions.
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 while trying to delete the specified table versions.public BatchDeleteTableVersionResult withErrors(Collection<TableVersionError> errors)
A list of errors encountered while trying to delete the specified table versions.
errors - A list of errors encountered while trying to delete the specified table versions.public String toString()
toString in class ObjectObject.toString()public BatchDeleteTableVersionResult clone()