@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAnnotationStoreVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteAnnotationStoreVersionsResult() |
Modifier and Type | Method and Description |
---|---|
DeleteAnnotationStoreVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<VersionDeleteError> |
getErrors()
Any errors that occur when attempting to delete an annotation store version.
|
int |
hashCode() |
void |
setErrors(Collection<VersionDeleteError> errors)
Any errors that occur when attempting to delete an annotation store version.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAnnotationStoreVersionsResult |
withErrors(Collection<VersionDeleteError> errors)
Any errors that occur when attempting to delete an annotation store version.
|
DeleteAnnotationStoreVersionsResult |
withErrors(VersionDeleteError... errors)
Any errors that occur when attempting to delete an annotation store version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VersionDeleteError> getErrors()
Any errors that occur when attempting to delete an annotation store version.
public void setErrors(Collection<VersionDeleteError> errors)
Any errors that occur when attempting to delete an annotation store version.
errors
- Any errors that occur when attempting to delete an annotation store version.public DeleteAnnotationStoreVersionsResult withErrors(VersionDeleteError... errors)
Any errors that occur when attempting to delete an annotation store version.
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
- Any errors that occur when attempting to delete an annotation store version.public DeleteAnnotationStoreVersionsResult withErrors(Collection<VersionDeleteError> errors)
Any errors that occur when attempting to delete an annotation store version.
errors
- Any errors that occur when attempting to delete an annotation store version.public String toString()
toString
in class Object
Object.toString()
public DeleteAnnotationStoreVersionsResult clone()