@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteReadSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchDeleteReadSetResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteReadSetResult |
clone() |
boolean |
equals(Object obj) |
List<ReadSetBatchError> |
getErrors()
Errors returned by individual delete operations.
|
int |
hashCode() |
void |
setErrors(Collection<ReadSetBatchError> errors)
Errors returned by individual delete operations.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteReadSetResult |
withErrors(Collection<ReadSetBatchError> errors)
Errors returned by individual delete operations.
|
BatchDeleteReadSetResult |
withErrors(ReadSetBatchError... errors)
Errors returned by individual delete operations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ReadSetBatchError> getErrors()
Errors returned by individual delete operations.
public void setErrors(Collection<ReadSetBatchError> errors)
Errors returned by individual delete operations.
errors - Errors returned by individual delete operations.public BatchDeleteReadSetResult withErrors(ReadSetBatchError... errors)
Errors returned by individual delete operations.
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 - Errors returned by individual delete operations.public BatchDeleteReadSetResult withErrors(Collection<ReadSetBatchError> errors)
Errors returned by individual delete operations.
errors - Errors returned by individual delete operations.public String toString()
toString in class ObjectObject.toString()public BatchDeleteReadSetResult clone()